#B5BFEA

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

Shades of Perano #B5BFEA

Tints of Perano #B5BFEA

Color information

#B5BFEA (or 0xB5BFEA) is unknown color: approx Perano. HEX triplet: B5, BF and EA. RGB value is (181,191,234). Sum of RGB (Red+Green+Blue) = 181+191+234=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BFEA is #4A4015. Grayscale: #C0C0C0. Windows color (decimal): -4866070 or 15384501. OLE color: 15384501.

HSL color Cylindrical-coordinate representation of color #B5BFEA: hue angle of 228.68º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5BFEA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181191234-
CMYK0.230.1800.08
HSL228.68º55.79%81.37%-
HSV(B)228.68º22.65%91.76%-
XYZ52.5453.0385.31-
YUV192.91151.19119.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.87%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=29.87%
G=31.52%
B=38.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811912340.230.1800.08228.6855.7981.37
HexB5BFEA171208e53851
Octal265277352272201034570121
Binary101101011011111111101010101111001001000111001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFEA; }

 p { color: rgb(181,191,234); }

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

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

 a { background-color: rgb(181,191,234); }

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

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

 span { border-color: rgb(181,191,234); }

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