#B5ADFF

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

Shades of Perano #B5ADFF

Tints of Perano #B5ADFF

Color information

#B5ADFF (or 0xB5ADFF) is unknown color: approx Perano. HEX triplet: B5, AD and FF. RGB value is (181,173,255). Sum of RGB (Red+Green+Blue) = 181+173+255=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADFF is #4A5200. Grayscale: #B8B8B8. Windows color (decimal): -4870657 or 16756149. OLE color: 16756149.

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

Color convert

RGB181173255-
CMYK0.290.3200
HSL245.85º100%83.92%-
HSV(B)245.85º32.16%100%-
XYZ52.0546.93100.92-
YUV184.74167.65125.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.72%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 255 (100% from 255) = 41.87%
R=29.72%
G=28.41%
B=41.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811732550.290.3200245.8510083.92
HexB5ADFF1D2000f66454
Octal265255377354000366144124
Binary10110101101011011111111111101100000001111011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADFF; }

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

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

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

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

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

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

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

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