#B5BAEE

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

Shades of Perano #B5BAEE

Tints of Perano #B5BAEE

Color information

#B5BAEE (or 0xB5BAEE) is unknown color: approx Perano. HEX triplet: B5, BA and EE. RGB value is (181,186,238). Sum of RGB (Red+Green+Blue) = 181+186+238=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BAEE is #4A4511. Grayscale: #BEBEBE. Windows color (decimal): -4867346 or 15645365. OLE color: 15645365.

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

Color convert

RGB181186238-
CMYK0.240.2200.07
HSL234.74º62.64%82.16%-
HSV(B)234.74º23.95%93.33%-
XYZ52.0551.1188.01-
YUV190.43154.84121.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.92%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=29.92%
G=30.74%
B=39.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811862380.240.2200.07234.7462.6482.16
HexB5BAEE181607eb3f52
Octal26527235630260735377122
Binary10110101101110101110111011000101100111111010111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAEE; }

 p { color: rgb(181,186,238); }

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

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

 a { background-color: rgb(181,186,238); }

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

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

 span { border-color: rgb(181,186,238); }

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