Color Hex Logo

#bfccd7 Color Hex

#BFCCD7
(191,204,215)
1 Favorites   0 Comments

Color spaces of #bfccd7

RGB 191204215
HSL0.580.230.80
HSV208°11°84°
CMYK 0.110.050.00   0.16
XYZ55.344559.168472.7937
Yxy59.16840.29550.3159
Hunter Lab76.9210-6.1814-2.2640
CIE-Lab81.3841-2.2344-6.9769

#bfccd7 color RGB value is (191,204,215).

#bfccd7 hex color red value is 191, green value is 204 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bfccd7 hue: 0.58 , saturation: 0.23 and the lightness value of bfccd7 is 0.80.

The process color (four color CMYK) of #bfccd7 color hex is 0.11, 0.05, 0.00, 0.16. Web safe color of #bfccd7 is #cccccc. Color #bfccd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 11010111
Octal 277 314 327
Decimal 191 204 215
Hex BF CC D7

RGB Percentages of Color #bfccd7

%31.31
%33.44
%35.25

CMYK Percentages of Color #bfccd7

%11
%5
%0
%16

Triadic Colors of #bfccd7

#bfccd7 #d7bfcc #ccd7bf

Analogous Colors of #bfccd7

#bfccd7 #bfc0d7 #bfd7d6

Monochromatic Colors of #bfccd7

#bfccd7

Complementary Color

#bfccd7 #d7cabf

#bfccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfccd7 Color CSS Codes

.mybgcolor {background-color:#bfccd7; } 
.myforecolor {color:#bfccd7; }
.mybordercolor {border:3px solid #bfccd7; }

#bfccd7 Text Font Color

<p style="color:#bfccd7">Text here</p>

This sample text font color is #bfccd7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfccd7 Background Color

<div style="background-color:#bfccd7">
Div content here</div>

This div background color is #bfccd7


#bfccd7 Border Color

<div style="border:3px solid #bfccd7">
Div here</div>

This div border color is #bfccd7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,204,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfccd7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfccd7;
  -webkit-box-shadow: 1px 1px 3px 2px #bfccd7;
  box-shadow:         1px 1px 3px 2px #bfccd7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,204,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfccd7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfccd7;
  -webkit-box-shadow: 1px 1px 3px 2px #bfccd7;
  box-shadow:         1px 1px 3px 2px #bfccd7;">
Div content here</div>

This div box has shadow with color #bfccd7

#bfccd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.