Html Css Color HEX #BCC8CC Heather

📋 copy color: '#BCC8CC'

red 188 ◦ green 200 ◦ blue 204

#BCC8CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #BCC8CC

Tints of Heather #BCC8CC

RGB

 RED value IS 188 (73.83% from 255) = 31.76%

 GREEN value IS 200 (78.52% from 255) = 33.78%

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 31.76%
G = 33.78%
B = 34.46%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCC8CC (or 0xBCC8CC) is known color: Heather. HEX triplet: BC, C8 and CC. RGB value is (188,200,204). Sum of RGB (Red+Green+Blue) = 188+200+204=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8CC is #433733. Grayscale: #C4C4C4. Windows color (decimal): -4405044 or 13420732. OLE color: 13420732.

HSL color Cylindrical-coordinate representation of color #BCC8CC: hue angle of 195º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC8CC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 200 204 -
CMYK 0.08 0.02 0 0.2
HSL 195º 0.14% 0.77% -
HSV(B) 195º 0.08% 0.8% -
XYZ 52.29 56.36 65.25 -
YUV 196.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 188 200 204 0.08 0.02 0 0.2 195 0.14 0.77
Hex BC C8 CC 8 2 0 14 C3 E 4D
Octal 274 310 314 10 2 0 24 303 16 115
Binary 10111100 11001000 11001100 1000 10 0 10100 11000011 1110 1001101

Color Harmonies of #BCC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8CC

Black with #BCC8CC

Text Example


Text Example

White with #BCC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8CC; }

 p { color: rgb(188,200,204); }

 H1.HeaderClassName
 {
   color: #BCC8CC;
 }
 .AnyTagClassName
 {
   color: #BCC8CC;
 }
</style>

background-color css

<style>
 a { background-color: #BCC8CC; }

 a { background-color: rgb(188,200,204); }

 div.DivClassName
 {
   background-color: #BCC8CC;
 }
 .BgClassName
 {
   background-color: #BCC8CC;
 }
</style>

border-color css

<style>
 span { border-color: #BCC8CC; }

 span { border-color: rgb(188,200,204); }

 td.TdClassName
 {
   border-color: #BCC8CC;
 }
 .TagClassName
 {
   border-color: #BCC8CC;
 }
</style>