#9BBAEB

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

Shades of Perano #9BBAEB

Tints of Perano #9BBAEB

Color information

#9BBAEB (or 0x9BBAEB) is unknown color: approx Perano. HEX triplet: 9B, BA and EB. RGB value is (155,186,235). Sum of RGB (Red+Green+Blue) = 155+186+235=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBAEB is #644514. Grayscale: #B6B6B6. Windows color (decimal): -6571285 or 15448731. OLE color: 15448731.

HSL color Cylindrical-coordinate representation of color #9BBAEB: hue angle of 216.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BBAEB is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155186235-
CMYK0.340.2100.08
HSL216.75º66.67%76.47%-
HSV(B)216.75º34.04%92.16%-
XYZ46.0748.0885.45-
YUV182.32157.73108.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.91%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=26.91%
G=32.29%
B=40.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551862350.340.2100.08216.7566.6776.47
Hex9BBAEB221508d9434c
Octal2332723534225010331103114
Binary10011011101110101110101110001010101010001101100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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