#B5B5FE

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

Shades of Perano #B5B5FE

Tints of Perano #B5B5FE

Color information

#B5B5FE (or 0xB5B5FE) is unknown color: approx Perano. HEX triplet: B5, B5 and FE. RGB value is (181,181,254). Sum of RGB (Red+Green+Blue) = 181+181+254=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B5FE is #4A4A01. Grayscale: #BDBDBD. Windows color (decimal): -4868610 or 16692661. OLE color: 16692661.

HSL color Cylindrical-coordinate representation of color #B5B5FE: hue angle of 240º 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 #B5B5FE is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181181254-
CMYK0.290.2900.00
HSL240º97.33%85.29%-
HSV(B)240º28.74%99.61%-
XYZ53.4750.03100.6-
YUV189.32164.5122.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.38%
GREEN value IS 181 (71.09% from 255) = 29.38%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=29.38%
G=29.38%
B=41.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811812540.290.2900.0024097.3385.29
HexB5B5FE1D1D00f06155
Octal265265376353500360141125
Binary1011010110110101111111101110111101001111000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B5FE; }

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

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

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

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

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

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

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

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