#B5BEEB

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

Shades of Perano #B5BEEB

Tints of Perano #B5BEEB

Color information

#B5BEEB (or 0xB5BEEB) is unknown color: approx Perano. HEX triplet: B5, BE and EB. RGB value is (181,190,235). Sum of RGB (Red+Green+Blue) = 181+190+235=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BEEB is #4A4114. Grayscale: #C0C0C0. Windows color (decimal): -4866325 or 15449781. OLE color: 15449781.

HSL color Cylindrical-coordinate representation of color #B5BEEB: hue angle of 230º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5BEEB is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181190235-
CMYK0.230.1900.08
HSL230º57.45%81.57%-
HSV(B)230º22.98%92.16%-
XYZ52.4652.6585.99-
YUV192.44152.02119.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.87%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=29.87%
G=31.35%
B=38.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811902350.230.1900.0823057.4581.57
HexB5BEEB171308e63952
Octal265276353272301034671122
Binary101101011011111011101011101111001101000111001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEEB; }

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

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

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

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

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

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

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

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