#9BBAEC

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

Shades of Perano #9BBAEC

Tints of Perano #9BBAEC

Color information

#9BBAEC (or 0x9BBAEC) is unknown color: approx Perano. HEX triplet: 9B, BA and EC. RGB value is (155,186,236). Sum of RGB (Red+Green+Blue) = 155+186+236=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBAEC is #644513. Grayscale: #B6B6B6. Windows color (decimal): -6571284 or 15514267. OLE color: 15514267.

HSL color Cylindrical-coordinate representation of color #9BBAEC: hue angle of 217.04º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BBAEC is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155186236-
CMYK0.340.2100.07
HSL217.04º68.07%76.67%-
HSV(B)217.04º34.32%92.55%-
XYZ46.2248.1486.21-
YUV182.43158.23108.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=26.86%
G=32.24%
B=40.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551862360.340.2100.07217.0468.0776.67
Hex9BBAEC221507d9444d
Octal233272354422507331104115
Binary1001101110111010111011001000101010101111101100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,236); }

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

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

 a { background-color: rgb(155,186,236); }

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

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

 span { border-color: rgb(155,186,236); }

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