#9BA0D4

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

Shades of Blue Bell #9BA0D4

Tints of Blue Bell #9BA0D4

Color information

#9BA0D4 (or 0x9BA0D4) is unknown color: approx Blue Bell. HEX triplet: 9B, A0 and D4. RGB value is (155,160,212). Sum of RGB (Red+Green+Blue) = 155+160+212=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #9BA0D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0D4 is #645F2B. Grayscale: #A4A4A4. Windows color (decimal): -6577964 or 13934747. OLE color: 13934747.

HSL color Cylindrical-coordinate representation of color #9BA0D4: hue angle of 234.74º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BA0D4 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB155160212-
CMYK0.270.2500.17
HSL234.74º39.86%71.96%-
HSV(B)234.74º26.89%83.14%-
XYZ37.9736.8667.4-
YUV164.43154.84121.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.41%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 212 (83.20% from 255) = 40.23%
R=29.41%
G=30.36%
B=40.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1551602120.270.2500.17234.7439.8671.96
Hex9BA0D41B19011eb2848
Octal233240324333102135350110
Binary1001101110100000110101001101111001010001111010111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,160,212); }

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

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

 a { background-color: rgb(155,160,212); }

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

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

 span { border-color: rgb(155,160,212); }

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