Html Css Color HEX #BBC0C3 Heather

📋 copy color: '#BBC0C3'

red 187 ◦ green 192 ◦ blue 195

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

Shades of Heather #BBC0C3

Tints of Heather #BBC0C3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.45%

 BLUE value IS 195 (76.56% from 255) = 33.97%

R = 32.58%
G = 33.45%
B = 33.97%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBC0C3 (or 0xBBC0C3) is known color: Heather. HEX triplet: BB, C0 and C3. RGB value is (187,192,195). Sum of RGB (Red+Green+Blue) = 187+192+195=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBC0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C3 is #443F3C. Grayscale: #BEBEBE. Windows color (decimal): -4472637 or 12828859. OLE color: 12828859.

HSL color Cylindrical-coordinate representation of color #BBC0C3: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC0C3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 192 195 -
CMYK 0.04 0.02 0 0.24
HSL 202.5º 0.06% 0.75% -
HSV(B) 202.5º 0.04% 0.76% -
XYZ 49.19 52.2 59.11 -
YUV 190.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 187 192 195 0.04 0.02 0 0.24 202.5 0.06 0.75
Hex BB C0 C3 4 2 0 18 CA 6 4B
Octal 273 300 303 4 2 0 30 312 6 113
Binary 10111011 11000000 11000011 100 10 0 11000 11001010 110 1001011

Color Harmonies of #BBC0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0C3

Black with #BBC0C3

Text Example


Text Example

White with #BBC0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0C3; }

 p { color: rgb(187,192,195); }

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

background-color css

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

 a { background-color: rgb(187,192,195); }

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

border-color css

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

 span { border-color: rgb(187,192,195); }

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