#B5B9E3

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

Shades of Perano #B5B9E3

Tints of Perano #B5B9E3

Color information

#B5B9E3 (or 0xB5B9E3) is unknown color: approx Perano. HEX triplet: B5, B9 and E3. RGB value is (181,185,227). Sum of RGB (Red+Green+Blue) = 181+185+227=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #B5B9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9E3 is #4A461C. Grayscale: #BCBCBC. Windows color (decimal): -4867613 or 14924213. OLE color: 14924213.

HSL color Cylindrical-coordinate representation of color #B5B9E3: hue angle of 234.78º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5B9E3 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181185227-
CMYK0.200.1900.11
HSL234.78º45.1%80%-
HSV(B)234.78º20.26%89.02%-
XYZ50.2750.0779.69-
YUV188.59149.67122.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 185 (72.66% from 255) = 31.20%
BLUE value IS 227 (89.06% from 255) = 38.28%
R=30.52%
G=31.20%
B=38.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811852270.200.1900.11234.7845.180
HexB5B9E314130Beb2d50
Octal265271343242301335355120
Binary101101011011100111100011101001001101011111010111011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B9E3; }

 p { color: rgb(181,185,227); }

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

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

 a { background-color: rgb(181,185,227); }

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

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

 span { border-color: rgb(181,185,227); }

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