#9BBCFA

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

Shades of Perano #9BBCFA

Tints of Perano #9BBCFA

Color information

#9BBCFA (or 0x9BBCFA) is unknown color: approx Perano. HEX triplet: 9B, BC and FA. RGB value is (155,188,250). Sum of RGB (Red+Green+Blue) = 155+188+250=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BBCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCFA is #644305. Grayscale: #B8B8B8. Windows color (decimal): -6570758 or 16432283. OLE color: 16432283.

HSL color Cylindrical-coordinate representation of color #9BBCFA: hue angle of 219.16º 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 #9BBCFA is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155188250-
CMYK0.380.2500.02
HSL219.16º90.48%79.41%-
HSV(B)219.16º38%98.04%-
XYZ48.7649.8497.49-
YUV185.2164.57106.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.14%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=26.14%
G=31.70%
B=42.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551882500.380.2500.02219.1690.4879.41
Hex9BBCFA261902db5a4f
Octal233274372463102333132117
Binary100110111011110011111010100110110010101101101110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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