#B6ADFB

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

Shades of Perano #B6ADFB

Tints of Perano #B6ADFB

Color information

#B6ADFB (or 0xB6ADFB) is unknown color: approx Perano. HEX triplet: B6, AD and FB. RGB value is (182,173,251). Sum of RGB (Red+Green+Blue) = 182+173+251=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADFB is #495204. Grayscale: #B8B8B8. Windows color (decimal): -4805125 or 16494006. OLE color: 16494006.

HSL color Cylindrical-coordinate representation of color #B6ADFB: hue angle of 246.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6ADFB is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182173251-
CMYK0.270.3100.02
HSL246.92º90.7%83.14%-
HSV(B)246.92º31.08%98.43%-
XYZ51.6546.897.58-
YUV184.58165.48126.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=30.03%
G=28.55%
B=41.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821732510.270.3100.02246.9290.783.14
HexB6ADFB1B1F02f75b53
Octal266255373333702367133123
Binary10110110101011011111101111011111110101111011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADFB; }

 p { color: rgb(182,173,251); }

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

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

 a { background-color: rgb(182,173,251); }

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

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

 span { border-color: rgb(182,173,251); }

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