Html Css Color HEX #BBC5CA Heather

📋 copy color: '#BBC5CA'

red 187 ◦ green 197 ◦ blue 202

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

Shades of Heather #BBC5CA

Tints of Heather #BBC5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.62%

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

R = 31.91%
G = 33.62%
B = 34.47%

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

#BBC5CA (or 0xBBC5CA) is known color: Heather. HEX triplet: BB, C5 and CA. RGB value is (187,197,202). Sum of RGB (Red+Green+Blue) = 187+197+202=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5CA is #443A35. Grayscale: #C2C2C2. Windows color (decimal): -4471350 or 13288891. OLE color: 13288891.

HSL color Cylindrical-coordinate representation of color #BBC5CA: hue angle of 200º 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 #BBC5CA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 197 202 -
CMYK 0.07 0.02 0 0.21
HSL 200º 0.12% 0.76% -
HSV(B) 200º 0.07% 0.79% -
XYZ 51.12 54.76 63.75 -
YUV 194.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 187 197 202 0.07 0.02 0 0.21 200 0.12 0.76
Hex BB C5 CA 7 2 0 15 C8 C 4C
Octal 273 305 312 7 2 0 25 310 14 114
Binary 10111011 11000101 11001010 111 10 0 10101 11001000 1100 1001100

Color Harmonies of #BBC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5CA

Black with #BBC5CA

Text Example


Text Example

White with #BBC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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