Html Css Color HEX #96A1CA Blue Bell

📋 copy color: '#96A1CA'

red 150 ◦ green 161 ◦ blue 202

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

Shades of Blue Bell #96A1CA

Tints of Blue Bell #96A1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.38%

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

R = 29.24%
G = 31.38%
B = 39.38%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#96A1CA (or 0x96A1CA) is known color: Blue Bell. HEX triplet: 96, A1 and CA. RGB value is (150,161,202). Sum of RGB (Red+Green+Blue) = 150+161+202=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #96A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1CA is #695E35. Grayscale: #A2A2A2. Windows color (decimal): -6905398 or 13279638. OLE color: 13279638.

HSL color Cylindrical-coordinate representation of color #96A1CA: hue angle of 227.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 #96A1CA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 161 202 -
CMYK 0.26 0.20 0 0.21
HSL 227.31º 0.33% 0.69% -
HSV(B) 227.31º 0.26% 0.79% -
XYZ 35.98 36.24 60.98 -
YUV 162.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 150 161 202 0.26 0.20 0 0.21 227.31 0.33 0.69
Hex 96 A1 CA 1A 14 0 15 E3 21 45
Octal 226 241 312 32 24 0 25 343 41 105
Binary 10010110 10100001 11001010 11010 10100 0 10101 11100011 100001 1000101

Color Harmonies of #96A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A1CA

Black with #96A1CA

Text Example


Text Example

White with #96A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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