#B5ADF7

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

Shades of Perano #B5ADF7

Tints of Perano #B5ADF7

Color information

#B5ADF7 (or 0xB5ADF7) is unknown color: approx Perano. HEX triplet: B5, AD and F7. RGB value is (181,173,247). Sum of RGB (Red+Green+Blue) = 181+173+247=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #B5ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADF7 is #4A5208. Grayscale: #B7B7B7. Windows color (decimal): -4870665 or 16231861. OLE color: 16231861.

HSL color Cylindrical-coordinate representation of color #B5ADF7: hue angle of 246.49º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5ADF7 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181173247-
CMYK0.270.3000.03
HSL246.49º82.22%82.35%-
HSV(B)246.49º29.96%96.86%-
XYZ50.7946.4394.28-
YUV183.83163.65125.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.12%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 247 (96.88% from 255) = 41.10%
R=30.12%
G=28.79%
B=41.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1811732470.270.3000.03246.4982.2282.35
HexB5ADF71B1E03f65252
Octal265255367333603366122122
Binary10110101101011011111011111011111100111111011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADF7; }

 p { color: rgb(181,173,247); }

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

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

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

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

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

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

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