Html Css Color HEX #96BEC6 Casper

📋 copy color: '#96BEC6'

red 150 ◦ green 190 ◦ blue 198

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

Shades of Casper #96BEC6

Tints of Casper #96BEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 27.88%
G = 35.32%
B = 36.8%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#96BEC6 (or 0x96BEC6) is known color: Casper. HEX triplet: 96, BE and C6. RGB value is (150,190,198). Sum of RGB (Red+Green+Blue) = 150+190+198=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #96BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEC6 is #694139. Grayscale: #B2B2B2. Windows color (decimal): -6897978 or 13024918. OLE color: 13024918.

HSL color Cylindrical-coordinate representation of color #96BEC6: hue angle of 190º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96BEC6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 190 198 -
CMYK 0.24 0.04 0 0.22
HSL 190º 0.3% 0.68% -
HSV(B) 190º 0.24% 0.78% -
XYZ 41.18 47.39 60.4 -
YUV 178.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 150 190 198 0.24 0.04 0 0.22 190 0.3 0.68
Hex 96 BE C6 18 4 0 16 BE 1E 44
Octal 226 276 306 30 4 0 26 276 36 104
Binary 10010110 10111110 11000110 11000 100 0 10110 10111110 11110 1000100

Color Harmonies of #96BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEC6

Black with #96BEC6

Text Example


Text Example

White with #96BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,190,198); }

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

background-color css

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

 a { background-color: rgb(150,190,198); }

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

border-color css

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

 span { border-color: rgb(150,190,198); }

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