#B5B1FE

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

Shades of Perano #B5B1FE

Tints of Perano #B5B1FE

Color information

#B5B1FE (or 0xB5B1FE) is unknown color: approx Perano. HEX triplet: B5, B1 and FE. RGB value is (181,177,254). Sum of RGB (Red+Green+Blue) = 181+177+254=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5B1FE is #4A4E01. Grayscale: #BABABA. Windows color (decimal): -4869634 or 16691637. OLE color: 16691637.

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

Color convert

RGB181177254-
CMYK0.290.3000.00
HSL243.12º97.47%84.51%-
HSV(B)243.12º30.31%99.61%-
XYZ52.6748.42100.34-
YUV186.97165.83123.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.58%
GREEN value IS 177 (69.53% from 255) = 28.92%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=29.58%
G=28.92%
B=41.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811772540.290.3000.00243.1297.4784.51
HexB5B1FE1D1E00f36155
Octal265261376353600363141125
Binary1011010110110001111111101110111110001111001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B1FE; }

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

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

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

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

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

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

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

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