#9BA2CA

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

Shades of Blue Bell #9BA2CA

Tints of Blue Bell #9BA2CA

Color information

#9BA2CA (or 0x9BA2CA) is unknown color: approx Blue Bell. HEX triplet: 9B, A2 and CA. RGB value is (155,162,202). Sum of RGB (Red+Green+Blue) = 155+162+202=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2CA is #645D35. Grayscale: #A4A4A4. Windows color (decimal): -6577462 or 13279899. OLE color: 13279899.

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

Color convert

RGB155162202-
CMYK0.230.2000.21
HSL231.06º30.72%70%-
HSV(B)231.06º23.27%79.22%-
XYZ37.137.0761.08-
YUV164.47149.18121.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=29.87%
G=31.21%
B=38.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551622020.230.2000.21231.0630.7270
Hex9BA2CA1714015e71f46
Octal233242312272402534737106
Binary100110111010001011001010101111010001010111100111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,202); }

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

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

 a { background-color: rgb(155,162,202); }

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

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

 span { border-color: rgb(155,162,202); }

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