Html Css Color HEX #9CA2CC Blue Bell

📋 copy color: '#9CA2CC'

red 156 ◦ green 162 ◦ blue 204

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

Shades of Blue Bell #9CA2CC

Tints of Blue Bell #9CA2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 29.89%
G = 31.03%
B = 39.08%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9CA2CC (or 0x9CA2CC) is known color: Blue Bell. HEX triplet: 9C, A2 and CC. RGB value is (156,162,204). Sum of RGB (Red+Green+Blue) = 156+162+204=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2CC is #635D33. Grayscale: #A4A4A4. Windows color (decimal): -6511924 or 13410972. OLE color: 13410972.

HSL color Cylindrical-coordinate representation of color #9CA2CC: hue angle of 232.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CA2CC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 162 204 -
CMYK 0.24 0.21 0 0.2
HSL 232.5º 0.32% 0.71% -
HSV(B) 232.5º 0.24% 0.8% -
XYZ 37.53 37.27 62.34 -
YUV 164.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 156 162 204 0.24 0.21 0 0.2 232.5 0.32 0.71
Hex 9C A2 CC 18 15 0 14 E8 20 47
Octal 234 242 314 30 25 0 24 350 40 107
Binary 10011100 10100010 11001100 11000 10101 0 10100 11101000 100000 1000111

Color Harmonies of #9CA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA2CC

Black with #9CA2CC

Text Example


Text Example

White with #9CA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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