#B5BEDE

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

Shades of Perano #B5BEDE

Tints of Perano #B5BEDE

Color information

#B5BEDE (or 0xB5BEDE) is unknown color: approx Perano. HEX triplet: B5, BE and DE. RGB value is (181,190,222). Sum of RGB (Red+Green+Blue) = 181+190+222=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEDE is #4A4121. Grayscale: #BEBEBE. Windows color (decimal): -4866338 or 14597813. OLE color: 14597813.

HSL color Cylindrical-coordinate representation of color #B5BEDE: hue angle of 226.83º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5BEDE is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181190222-
CMYK0.180.1400.13
HSL226.83º38.32%79.02%-
HSV(B)226.83º18.47%87.06%-
XYZ50.6551.9276.46-
YUV190.96145.52120.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=30.52%
G=32.04%
B=37.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811902220.180.1400.13226.8338.3279.02
HexB5BEDE12E0De3264f
Octal265276336221601534346117
Binary10110101101111101101111010010111001101111000111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEDE; }

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

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

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

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

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

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

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

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