Html Css Color HEX #BBC1C4 Heather

📋 copy color: '#BBC1C4'

red 187 ◦ green 193 ◦ blue 196

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

Shades of Heather #BBC1C4

Tints of Heather #BBC1C4

RGB

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

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

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

R = 32.47%
G = 33.51%
B = 34.03%

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

#BBC1C4 (or 0xBBC1C4) is known color: Heather. HEX triplet: BB, C1 and C4. RGB value is (187,193,196). Sum of RGB (Red+Green+Blue) = 187+193+196=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1C4 is #443E3B. Grayscale: #BFBFBF. Windows color (decimal): -4472380 or 12894651. OLE color: 12894651.

HSL color Cylindrical-coordinate representation of color #BBC1C4: hue angle of 200º 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 #BBC1C4 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 193 196 -
CMYK 0.05 0.02 0 0.23
HSL 200º 0.07% 0.75% -
HSV(B) 200º 0.05% 0.77% -
XYZ 49.53 52.69 59.78 -
YUV 191.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 187 193 196 0.05 0.02 0 0.23 200 0.07 0.75
Hex BB C1 C4 5 2 0 17 C8 7 4B
Octal 273 301 304 5 2 0 27 310 7 113
Binary 10111011 11000001 11000100 101 10 0 10111 11001000 111 1001011

Color Harmonies of #BBC1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1C4

Black with #BBC1C4

Text Example


Text Example

White with #BBC1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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