Html Css Color HEX #BBC6CC Heather

📋 copy color: '#BBC6CC'

red 187 ◦ green 198 ◦ blue 204

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

Shades of Heather #BBC6CC

Tints of Heather #BBC6CC

RGB

 RED value IS 187 (73.44% from 255) = 31.75%

 GREEN value IS 198 (77.73% from 255) = 33.62%

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

R = 31.75%
G = 33.62%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBC6CC (or 0xBBC6CC) is known color: Heather. HEX triplet: BB, C6 and CC. RGB value is (187,198,204). Sum of RGB (Red+Green+Blue) = 187+198+204=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6CC is #443933. Grayscale: #C3C3C3. Windows color (decimal): -4471092 or 13420219. OLE color: 13420219.

HSL color Cylindrical-coordinate representation of color #BBC6CC: hue angle of 201.18º 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 #BBC6CC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 198 204 -
CMYK 0.08 0.03 0 0.2
HSL 201.18º 0.14% 0.77% -
HSV(B) 201.18º 0.08% 0.8% -
XYZ 51.59 55.31 65.08 -
YUV 195.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 187 198 204 0.08 0.03 0 0.2 201.18 0.14 0.77
Hex BB C6 CC 8 3 0 14 C9 E 4D
Octal 273 306 314 10 3 0 24 311 16 115
Binary 10111011 11000110 11001100 1000 11 0 10100 11001001 1110 1001101

Color Harmonies of #BBC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6CC

Black with #BBC6CC

Text Example


Text Example

White with #BBC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6CC; }

 p { color: rgb(187,198,204); }

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

background-color css

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

 a { background-color: rgb(187,198,204); }

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

border-color css

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

 span { border-color: rgb(187,198,204); }

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