#B5ADFE

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

Shades of Perano #B5ADFE

Tints of Perano #B5ADFE

Color information

#B5ADFE (or 0xB5ADFE) is unknown color: approx Perano. HEX triplet: B5, AD and FE. RGB value is (181,173,254). Sum of RGB (Red+Green+Blue) = 181+173+254=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADFE is #4A5201. Grayscale: #B8B8B8. Windows color (decimal): -4870658 or 16690613. OLE color: 16690613.

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

Color convert

RGB181173254-
CMYK0.290.3200.00
HSL245.93º97.59%83.73%-
HSV(B)245.93º31.89%99.61%-
XYZ51.8946.87100.08-
YUV184.63167.15125.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.77%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=29.77%
G=28.45%
B=41.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811732540.290.3200.00245.9397.5983.73
HexB5ADFE1D2000f66254
Octal265255376354000366142124
Binary10110101101011011111111011101100000001111011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADFE; }

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

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

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

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

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

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

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

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