#B5B6FF

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

Shades of Perano #B5B6FF

Tints of Perano #B5B6FF

Color information

#B5B6FF (or 0xB5B6FF) is unknown color: approx Perano. HEX triplet: B5, B6 and FF. RGB value is (181,182,255). Sum of RGB (Red+Green+Blue) = 181+182+255=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B6FF is #4A4900. Grayscale: #BDBDBD. Windows color (decimal): -4868353 or 16758453. OLE color: 16758453.

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

Color convert

RGB181182255-
CMYK0.290.2900
HSL239.19º100%85.49%-
HSV(B)239.19º29.02%100%-
XYZ53.8350.5101.52-
YUV190.02164.67121.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.29%
GREEN value IS 182 (71.48% from 255) = 29.45%
BLUE value IS 255 (100% from 255) = 41.26%
R=29.29%
G=29.45%
B=41.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811822550.290.2900239.1910085.49
HexB5B6FF1D1D00ef6455
Octal265266377353500357144125
Binary1011010110110110111111111110111101001110111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B6FF; }

 p { color: rgb(181,182,255); }

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

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

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

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

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

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

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