#9AA2CB

Color #9AA2CB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9AA2CB

Tints of Blue Bell #9AA2CB

Color information

#9AA2CB (or 0x9AA2CB) is unknown color: approx Blue Bell. HEX triplet: 9A, A2 and CB. RGB value is (154,162,203). Sum of RGB (Red+Green+Blue) = 154+162+203=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2CB is #655D34. Grayscale: #A4A4A4. Windows color (decimal): -6642997 or 13345434. OLE color: 13345434.

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

Color convert

RGB154162203-
CMYK0.240.2000.20
HSL230.2º32.03%70%-
HSV(B)230.2º24.14%79.61%-
XYZ37.0337.0261.69-
YUV164.28149.85120.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=29.67%
G=31.21%
B=39.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541622030.240.2000.20230.232.0370
Hex9AA2CB1814014e62046
Octal232242313302402434640106
Binary1001101010100010110010111100010100010100111001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AA2CB;
 }
 .AnyTagClassName
 {
   color: #9AA2CB;
 }
</style>
background-color css

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

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

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

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

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

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