Html Css Color HEX #BBC6CA Heather

📋 copy color: '#BBC6CA'

red 187 ◦ green 198 ◦ blue 202

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

Shades of Heather #BBC6CA

Tints of Heather #BBC6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.41%

R = 31.86%
G = 33.73%
B = 34.41%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBC6CA (or 0xBBC6CA) is known color: Heather. HEX triplet: BB, C6 and CA. RGB value is (187,198,202). Sum of RGB (Red+Green+Blue) = 187+198+202=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6CA is #443935. Grayscale: #C3C3C3. Windows color (decimal): -4471094 or 13289147. OLE color: 13289147.

HSL color Cylindrical-coordinate representation of color #BBC6CA: hue angle of 196º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC6CA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 198 202 -
CMYK 0.07 0.02 0 0.21
HSL 196º 0.12% 0.76% -
HSV(B) 196º 0.07% 0.79% -
XYZ 51.35 55.22 63.83 -
YUV 195.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 187 198 202 0.07 0.02 0 0.21 196 0.12 0.76
Hex BB C6 CA 7 2 0 15 C4 C 4C
Octal 273 306 312 7 2 0 25 304 14 114
Binary 10111011 11000110 11001010 111 10 0 10101 11000100 1100 1001100

Color Harmonies of #BBC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6CA

Black with #BBC6CA

Text Example


Text Example

White with #BBC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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