#9BBDFA

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

Shades of Perano #9BBDFA

Tints of Perano #9BBDFA

Color information

#9BBDFA (or 0x9BBDFA) is unknown color: approx Perano. HEX triplet: 9B, BD and FA. RGB value is (155,189,250). Sum of RGB (Red+Green+Blue) = 155+189+250=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BBDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDFA is #644205. Grayscale: #B9B9B9. Windows color (decimal): -6570502 or 16432539. OLE color: 16432539.

HSL color Cylindrical-coordinate representation of color #9BBDFA: hue angle of 218.53º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBDFA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155189250-
CMYK0.380.2400.02
HSL218.53º90.48%79.41%-
HSV(B)218.53º38%98.04%-
XYZ48.9750.2797.56-
YUV185.79164.24106.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=26.09%
G=31.82%
B=42.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551892500.380.2400.02218.5390.4879.41
Hex9BBDFA261802db5a4f
Octal233275372463002333132117
Binary100110111011110111111010100110110000101101101110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,189,250); }

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

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

 a { background-color: rgb(155,189,250); }

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

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

 span { border-color: rgb(155,189,250); }

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