Html Css Color HEX #BBC6C9 Heather

📋 copy color: '#BBC6C9'

red 187 ◦ green 198 ◦ blue 201

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

Shades of Heather #BBC6C9

Tints of Heather #BBC6C9

RGB

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

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

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

R = 31.91%
G = 33.79%
B = 34.3%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBC6C9 (or 0xBBC6C9) is known color: Heather. HEX triplet: BB, C6 and C9. RGB value is (187,198,201). Sum of RGB (Red+Green+Blue) = 187+198+201=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6C9 is #443936. Grayscale: #C3C3C3. Windows color (decimal): -4471095 or 13223611. OLE color: 13223611.

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

Color convert

RGB 187 198 201 -
CMYK 0.07 0.01 0 0.21
HSL 192.86º 0.11% 0.76% -
HSV(B) 192.86º 0.07% 0.79% -
XYZ 51.23 55.17 63.21 -
YUV 195.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 187 198 201 0.07 0.01 0 0.21 192.86 0.11 0.76
Hex BB C6 C9 7 1 0 15 C1 B 4C
Octal 273 306 311 7 1 0 25 301 13 114
Binary 10111011 11000110 11001001 111 1 0 10101 11000001 1011 1001100

Color Harmonies of #BBC6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6C9

Black with #BBC6C9

Text Example


Text Example

White with #BBC6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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