#B4B6FF

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

Shades of Perano #B4B6FF

Tints of Perano #B4B6FF

Color information

#B4B6FF (or 0xB4B6FF) is unknown color: approx Perano. HEX triplet: B4, B6 and FF. RGB value is (180,182,255). Sum of RGB (Red+Green+Blue) = 180+182+255=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B6FF is #4B4900. Grayscale: #BDBDBD. Windows color (decimal): -4933889 or 16758452. OLE color: 16758452.

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

Color convert

RGB180182255-
CMYK0.290.2900
HSL238.4º100%85.29%-
HSV(B)238.4º29.41%100%-
XYZ53.650.38101.51-
YUV189.72164.84121.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.17%
GREEN value IS 182 (71.48% from 255) = 29.50%
BLUE value IS 255 (100% from 255) = 41.33%
R=29.17%
G=29.50%
B=41.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801822550.290.2900238.410085.29
HexB4B6FF1D1D00ee6455
Octal264266377353500356144125
Binary1011010010110110111111111110111101001110111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B6FF; }

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

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

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

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

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

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

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

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