#B5BEFE

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

Shades of Perano #B5BEFE

Tints of Perano #B5BEFE

Color information

#B5BEFE (or 0xB5BEFE) is unknown color: approx Perano. HEX triplet: B5, BE and FE. RGB value is (181,190,254). Sum of RGB (Red+Green+Blue) = 181+190+254=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BEFE is #4A4101. Grayscale: #C2C2C2. Windows color (decimal): -4866306 or 16694965. OLE color: 16694965.

HSL color Cylindrical-coordinate representation of color #B5BEFE: hue angle of 232.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BEFE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181190254-
CMYK0.290.2500.00
HSL232.6º97.33%85.29%-
HSV(B)232.6º28.74%99.61%-
XYZ55.3653.81101.23-
YUV194.6161.52118.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.96%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=28.96%
G=30.4%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811902540.290.2500.00232.697.3385.29
HexB5BEFE1D1900e96155
Octal265276376353100351141125
Binary1011010110111110111111101110111001001110100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEFE; }

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

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

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

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

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

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

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

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