Html Css Color HEX #96BBCA Heather

📋 copy color: '#96BBCA'

red 150 ◦ green 187 ◦ blue 202

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

Shades of Heather #96BBCA

Tints of Heather #96BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 27.83%
G = 34.69%
B = 37.48%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#96BBCA (or 0x96BBCA) is known color: Heather. HEX triplet: 96, BB and CA. RGB value is (150,187,202). Sum of RGB (Red+Green+Blue) = 150+187+202=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #96BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBCA is #694435. Grayscale: #B1B1B1. Windows color (decimal): -6898742 or 13286294. OLE color: 13286294.

HSL color Cylindrical-coordinate representation of color #96BBCA: hue angle of 197.31º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BBCA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 187 202 -
CMYK 0.26 0.07 0 0.21
HSL 197.31º 0.33% 0.69% -
HSV(B) 197.31º 0.26% 0.79% -
XYZ 41.01 46.29 62.65 -
YUV 177.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 150 187 202 0.26 0.07 0 0.21 197.31 0.33 0.69
Hex 96 BB CA 1A 7 0 15 C5 21 45
Octal 226 273 312 32 7 0 25 305 41 105
Binary 10010110 10111011 11001010 11010 111 0 10101 11000101 100001 1000101

Color Harmonies of #96BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBCA

Black with #96BBCA

Text Example


Text Example

White with #96BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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