#B5BEEC

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

Shades of Perano #B5BEEC

Tints of Perano #B5BEEC

Color information

#B5BEEC (or 0xB5BEEC) is unknown color: approx Perano. HEX triplet: B5, BE and EC. RGB value is (181,190,236). Sum of RGB (Red+Green+Blue) = 181+190+236=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BEEC is #4A4113. Grayscale: #C0C0C0. Windows color (decimal): -4866324 or 15515317. OLE color: 15515317.

HSL color Cylindrical-coordinate representation of color #B5BEEC: hue angle of 230.18º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5BEEC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181190236-
CMYK0.230.1900.07
HSL230.18º59.14%81.76%-
HSV(B)230.18º23.31%92.55%-
XYZ52.6152.7186.76-
YUV192.55152.52119.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=29.82%
G=31.30%
B=38.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811902360.230.1900.07230.1859.1481.76
HexB5BEEC171307e63b52
Octal26527635427230734673122
Binary10110101101111101110110010111100110111111001101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEEC; }

 p { color: rgb(181,190,236); }

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

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

 a { background-color: rgb(181,190,236); }

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

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

 span { border-color: rgb(181,190,236); }

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