#B5ADFC

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

Shades of Perano #B5ADFC

Tints of Perano #B5ADFC

Color information

#B5ADFC (or 0xB5ADFC) is unknown color: approx Perano. HEX triplet: B5, AD and FC. RGB value is (181,173,252). Sum of RGB (Red+Green+Blue) = 181+173+252=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADFC is #4A5203. Grayscale: #B8B8B8. Windows color (decimal): -4870660 or 16559541. OLE color: 16559541.

HSL color Cylindrical-coordinate representation of color #B5ADFC: hue angle of 246.08º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5ADFC is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181173252-
CMYK0.280.3100.01
HSL246.08º92.94%83.33%-
HSV(B)246.08º31.35%98.82%-
XYZ51.5746.7498.4-
YUV184.4166.15125.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.87%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=29.87%
G=28.55%
B=41.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811732520.280.3100.01246.0892.9483.33
HexB5ADFC1C1F01f65d53
Octal265255374343701366135123
Binary1011010110101101111111001110011111011111011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADFC; }

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

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

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

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

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

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

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

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