#9BA1CA

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

Shades of Blue Bell #9BA1CA

Tints of Blue Bell #9BA1CA

Color information

#9BA1CA (or 0x9BA1CA) is unknown color: approx Blue Bell. HEX triplet: 9B, A1 and CA. RGB value is (155,161,202). Sum of RGB (Red+Green+Blue) = 155+161+202=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1CA is #645E35. Grayscale: #A3A3A3. Windows color (decimal): -6577718 or 13279643. OLE color: 13279643.

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

Color convert

RGB155161202-
CMYK0.230.2000.21
HSL232.34º30.72%70%-
HSV(B)232.34º23.27%79.22%-
XYZ36.9236.7261.02-
YUV163.88149.51121.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=29.92%
G=31.08%
B=39.00%

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
Decimal1551612020.230.2000.21232.3430.7270
Hex9BA1CA1714015e81f46
Octal233241312272402535037106
Binary100110111010000111001010101111010001010111101000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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