Html Css Color HEX #BBC5C9 Heather

📋 copy color: '#BBC5C9'

red 187 ◦ green 197 ◦ blue 201

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

Shades of Heather #BBC5C9

Tints of Heather #BBC5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.36%

R = 31.97%
G = 33.68%
B = 34.36%

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

#BBC5C9 (or 0xBBC5C9) is known color: Heather. HEX triplet: BB, C5 and C9. RGB value is (187,197,201). Sum of RGB (Red+Green+Blue) = 187+197+201=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBC5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5C9 is #443A36. Grayscale: #C2C2C2. Windows color (decimal): -4471351 or 13223355. OLE color: 13223355.

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

Color convert

RGB 187 197 201 -
CMYK 0.07 0.02 0 0.21
HSL 197.14º 0.11% 0.76% -
HSV(B) 197.14º 0.07% 0.79% -
XYZ 51 54.71 63.13 -
YUV 194.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 187 197 201 0.07 0.02 0 0.21 197.14 0.11 0.76
Hex BB C5 C9 7 2 0 15 C5 B 4C
Octal 273 305 311 7 2 0 25 305 13 114
Binary 10111011 11000101 11001001 111 10 0 10101 11000101 1011 1001100

Color Harmonies of #BBC5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5C9

Black with #BBC5C9

Text Example


Text Example

White with #BBC5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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