#B4ADFB

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

Shades of Perano #B4ADFB

Tints of Perano #B4ADFB

Color information

#B4ADFB (or 0xB4ADFB) is unknown color: approx Perano. HEX triplet: B4, AD and FB. RGB value is (180,173,251). Sum of RGB (Red+Green+Blue) = 180+173+251=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADFB is #4B5204. Grayscale: #B7B7B7. Windows color (decimal): -4936197 or 16494004. OLE color: 16494004.

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

Color convert

RGB180173251-
CMYK0.280.3100.02
HSL245.38º90.7%83.14%-
HSV(B)245.38º31.08%98.43%-
XYZ51.1846.5697.56-
YUV183.98165.82125.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.80%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=29.80%
G=28.64%
B=41.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801732510.280.3100.02245.3890.783.14
HexB4ADFB1C1F02f55b53
Octal264255373343702365133123
Binary10110100101011011111101111100111110101111010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADFB; }

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

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

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

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

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

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

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

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