Html Css Color HEX #BBC0C4 Heather

📋 copy color: '#BBC0C4'

red 187 ◦ green 192 ◦ blue 196

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

Shades of Heather #BBC0C4

Tints of Heather #BBC0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.09%

R = 32.52%
G = 33.39%
B = 34.09%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBC0C4 (or 0xBBC0C4) is known color: Heather. HEX triplet: BB, C0 and C4. RGB value is (187,192,196). Sum of RGB (Red+Green+Blue) = 187+192+196=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBC0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C4 is #443F3B. Grayscale: #BEBEBE. Windows color (decimal): -4472636 or 12894395. OLE color: 12894395.

HSL color Cylindrical-coordinate representation of color #BBC0C4: hue angle of 206.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBC0C4 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 192 196 -
CMYK 0.05 0.02 0 0.23
HSL 206.67º 0.07% 0.75% -
HSV(B) 206.67º 0.05% 0.77% -
XYZ 49.31 52.25 59.71 -
YUV 190.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 187 192 196 0.05 0.02 0 0.23 206.67 0.07 0.75
Hex BB C0 C4 5 2 0 17 CF 7 4B
Octal 273 300 304 5 2 0 27 317 7 113
Binary 10111011 11000000 11000100 101 10 0 10111 11001111 111 1001011

Color Harmonies of #BBC0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0C4

Black with #BBC0C4

Text Example


Text Example

White with #BBC0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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