#B9BEEA

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

Shades of Perano #B9BEEA

Tints of Perano #B9BEEA

Color information

#B9BEEA (or 0xB9BEEA) is unknown color: approx Perano. HEX triplet: B9, BE and EA. RGB value is (185,190,234). Sum of RGB (Red+Green+Blue) = 185+190+234=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BEEA is #464115. Grayscale: #C1C1C1. Windows color (decimal): -4604182 or 15384249. OLE color: 15384249.

HSL color Cylindrical-coordinate representation of color #B9BEEA: hue angle of 233.88º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9BEEA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185190234-
CMYK0.210.1900.08
HSL233.88º53.85%82.16%-
HSV(B)233.88º20.94%91.76%-
XYZ53.2753.0885.28-
YUV193.52150.84121.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.38%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=30.38%
G=31.20%
B=38.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851902340.210.1900.08233.8853.8582.16
HexB9BEEA151308ea3652
Octal271276352252301035266122
Binary101110011011111011101010101011001101000111010101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEEA; }

 p { color: rgb(185,190,234); }

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

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

 a { background-color: rgb(185,190,234); }

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

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

 span { border-color: rgb(185,190,234); }

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