#9BAAEB

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

Shades of Perano #9BAAEB

Tints of Perano #9BAAEB

Color information

#9BAAEB (or 0x9BAAEB) is unknown color: approx Perano. HEX triplet: 9B, AA and EB. RGB value is (155,170,235). Sum of RGB (Red+Green+Blue) = 155+170+235=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAEB is #645514. Grayscale: #ACACAC. Windows color (decimal): -6575381 or 15444635. OLE color: 15444635.

HSL color Cylindrical-coordinate representation of color #9BAAEB: hue angle of 228.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 #9BAAEB is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155170235-
CMYK0.340.2800.08
HSL228.75º66.67%76.47%-
HSV(B)228.75º34.04%92.16%-
XYZ42.8941.7284.39-
YUV172.92163.03115.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.68%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=27.68%
G=30.36%
B=41.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551702350.340.2800.08228.7566.6776.47
Hex9BAAEB221C08e5434c
Octal2332523534234010345103114
Binary10011011101010101110101110001011100010001110010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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