Html Css Color HEX #BBC1C6 Heather

📋 copy color: '#BBC1C6'

red 187 ◦ green 193 ◦ blue 198

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

Shades of Heather #BBC1C6

Tints of Heather #BBC1C6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.39%

 BLUE value IS 198 (77.73% from 255) = 34.26%

R = 32.35%
G = 33.39%
B = 34.26%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBC1C6 (or 0xBBC1C6) is known color: Heather. HEX triplet: BB, C1 and C6. RGB value is (187,193,198). Sum of RGB (Red+Green+Blue) = 187+193+198=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBC1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1C6 is #443E39. Grayscale: #BFBFBF. Windows color (decimal): -4472378 or 13025723. OLE color: 13025723.

HSL color Cylindrical-coordinate representation of color #BBC1C6: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC1C6 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 193 198 -
CMYK 0.06 0.03 0 0.22
HSL 207.27º 0.09% 0.75% -
HSV(B) 207.27º 0.06% 0.78% -
XYZ 49.76 52.78 60.99 -
YUV 191.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 187 193 198 0.06 0.03 0 0.22 207.27 0.09 0.75
Hex BB C1 C6 6 3 0 16 CF 9 4B
Octal 273 301 306 6 3 0 26 317 11 113
Binary 10111011 11000001 11000110 110 11 0 10110 11001111 1001 1001011

Color Harmonies of #BBC1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1C6

Black with #BBC1C6

Text Example


Text Example

White with #BBC1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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