Html Css Color HEX #96A0CB Blue Bell

📋 copy color: '#96A0CB'

red 150 ◦ green 160 ◦ blue 203

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

Shades of Blue Bell #96A0CB

Tints of Blue Bell #96A0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.19%

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

R = 29.24%
G = 31.19%
B = 39.57%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96A0CB (or 0x96A0CB) is known color: Blue Bell. HEX triplet: 96, A0 and CB. RGB value is (150,160,203). Sum of RGB (Red+Green+Blue) = 150+160+203=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #96A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0CB is #695F34. Grayscale: #A1A1A1. Windows color (decimal): -6905653 or 13344918. OLE color: 13344918.

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

Color convert

RGB 150 160 203 -
CMYK 0.26 0.21 0 0.20
HSL 228.68º 0.34% 0.69% -
HSV(B) 228.68º 0.26% 0.8% -
XYZ 35.93 35.94 61.54 -
YUV 161.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 150 160 203 0.26 0.21 0 0.20 228.68 0.34 0.69
Hex 96 A0 CB 1A 15 0 14 E5 22 45
Octal 226 240 313 32 25 0 24 345 42 105
Binary 10010110 10100000 11001011 11010 10101 0 10100 11100101 100010 1000101

Color Harmonies of #96A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A0CB

Black with #96A0CB

Text Example


Text Example

White with #96A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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