#B5BBED

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

Shades of Perano #B5BBED

Tints of Perano #B5BBED

Color information

#B5BBED (or 0xB5BBED) is unknown color: approx Perano. HEX triplet: B5, BB and ED. RGB value is (181,187,237). Sum of RGB (Red+Green+Blue) = 181+187+237=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBED is #4A4412. Grayscale: #BEBEBE. Windows color (decimal): -4867091 or 15580085. OLE color: 15580085.

HSL color Cylindrical-coordinate representation of color #B5BBED: hue angle of 233.57º degrees, saturation: 0.61, 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 #B5BBED is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181187237-
CMYK0.240.2100.07
HSL233.57º60.87%81.96%-
HSV(B)233.57º23.63%92.94%-
XYZ52.1151.4887.31-
YUV190.91154.01120.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.92%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=29.92%
G=30.91%
B=39.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811872370.240.2100.07233.5760.8781.96
HexB5BBED181507ea3d52
Octal26527335530250735275122
Binary10110101101110111110110111000101010111111010101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBED; }

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

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

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

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

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

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

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

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