#B4ADFE

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

Shades of Perano #B4ADFE

Tints of Perano #B4ADFE

Color information

#B4ADFE (or 0xB4ADFE) is unknown color: approx Perano. HEX triplet: B4, AD and FE. RGB value is (180,173,254). Sum of RGB (Red+Green+Blue) = 180+173+254=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADFE is #4B5201. Grayscale: #B8B8B8. Windows color (decimal): -4936194 or 16690612. OLE color: 16690612.

HSL color Cylindrical-coordinate representation of color #B4ADFE: hue angle of 245.19º 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 #B4ADFE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180173254-
CMYK0.290.3200.00
HSL245.19º97.59%83.73%-
HSV(B)245.19º31.89%99.61%-
XYZ51.6646.75100.07-
YUV184.33167.32124.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=29.65%
G=28.50%
B=41.85%

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
Decimal1801732540.290.3200.00245.1997.5983.73
HexB4ADFE1D2000f56254
Octal264255376354000365142124
Binary10110100101011011111111011101100000001111010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADFE; }

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

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

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

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

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

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

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

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