Html Css Color HEX #9CA2CB Blue Bell

📋 copy color: '#9CA2CB'

red 156 ◦ green 162 ◦ blue 203

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

Shades of Blue Bell #9CA2CB

Tints of Blue Bell #9CA2CB

RGB

 RED value IS 156 (61.33% from 255) = 29.94%

 GREEN value IS 162 (63.67% from 255) = 31.09%

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

R = 29.94%
G = 31.09%
B = 38.96%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9CA2CB (or 0x9CA2CB) is known color: Blue Bell. HEX triplet: 9C, A2 and CB. RGB value is (156,162,203). Sum of RGB (Red+Green+Blue) = 156+162+203=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2CB is #635D34. Grayscale: #A4A4A4. Windows color (decimal): -6511925 or 13345436. OLE color: 13345436.

HSL color Cylindrical-coordinate representation of color #9CA2CB: hue angle of 232.34º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA2CB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 162 203 -
CMYK 0.23 0.20 0 0.20
HSL 232.34º 0.31% 0.7% -
HSV(B) 232.34º 0.23% 0.8% -
XYZ 37.41 37.22 61.71 -
YUV 164.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 156 162 203 0.23 0.20 0 0.20 232.34 0.31 0.7
Hex 9C A2 CB 17 14 0 14 E8 1F 46
Octal 234 242 313 27 24 0 24 350 37 106
Binary 10011100 10100010 11001011 10111 10100 0 10100 11101000 11111 1000110

Color Harmonies of #9CA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA2CB

Black with #9CA2CB

Text Example


Text Example

White with #9CA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CA2CB; }

 p { color: rgb(156,162,203); }

 H1.HeaderClassName
 {
   color: #9CA2CB;
 }
 .AnyTagClassName
 {
   color: #9CA2CB;
 }
</style>

background-color css

<style>
 a { background-color: #9CA2CB; }

 a { background-color: rgb(156,162,203); }

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

border-color css

<style>
 span { border-color: #9CA2CB; }

 span { border-color: rgb(156,162,203); }

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