Html Css Color HEX #96BBCB Heather

📋 copy color: '#96BBCB'

red 150 ◦ green 187 ◦ blue 203

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

Shades of Heather #96BBCB

Tints of Heather #96BBCB

RGB

 RED value IS 150 (58.98% from 255) = 27.78%

 GREEN value IS 187 (73.44% from 255) = 34.63%

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 27.78%
G = 34.63%
B = 37.59%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96BBCB (or 0x96BBCB) is known color: Heather. HEX triplet: 96, BB and CB. RGB value is (150,187,203). Sum of RGB (Red+Green+Blue) = 150+187+203=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #96BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBCB is #694434. Grayscale: #B1B1B1. Windows color (decimal): -6898741 or 13351830. OLE color: 13351830.

HSL color Cylindrical-coordinate representation of color #96BBCB: hue angle of 198.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BBCB is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 187 203 -
CMYK 0.26 0.08 0 0.20
HSL 198.11º 0.34% 0.69% -
HSV(B) 198.11º 0.26% 0.8% -
XYZ 41.13 46.34 63.28 -
YUV 177.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 150 187 203 0.26 0.08 0 0.20 198.11 0.34 0.69
Hex 96 BB CB 1A 8 0 14 C6 22 45
Octal 226 273 313 32 10 0 24 306 42 105
Binary 10010110 10111011 11001011 11010 1000 0 10100 11000110 100010 1000101

Color Harmonies of #96BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBCB

Black with #96BBCB

Text Example


Text Example

White with #96BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BBCB; }

 p { color: rgb(150,187,203); }

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

background-color css

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

 a { background-color: rgb(150,187,203); }

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

border-color css

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

 span { border-color: rgb(150,187,203); }

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