#B5BBEF

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

Shades of Perano #B5BBEF

Tints of Perano #B5BBEF

Color information

#B5BBEF (or 0xB5BBEF) is unknown color: approx Perano. HEX triplet: B5, BB and EF. RGB value is (181,187,239). Sum of RGB (Red+Green+Blue) = 181+187+239=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBEF is #4A4410. Grayscale: #BEBEBE. Windows color (decimal): -4867089 or 15711157. OLE color: 15711157.

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

Color convert

RGB181187239-
CMYK0.240.2200.06
HSL233.79º64.44%82.35%-
HSV(B)233.79º24.27%93.73%-
XYZ52.4151.688.86-
YUV191.13155.01120.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=29.82%
G=30.81%
B=39.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811872390.240.2200.06233.7964.4482.35
HexB5BBEF181606ea4052
Octal265273357302606352100122
Binary101101011011101111101111110001011001101110101010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBEF; }

 p { color: rgb(181,187,239); }

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

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

 a { background-color: rgb(181,187,239); }

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

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

 span { border-color: rgb(181,187,239); }

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