#B4ADFD

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

Shades of Perano #B4ADFD

Tints of Perano #B4ADFD

Color information

#B4ADFD (or 0xB4ADFD) is unknown color: approx Perano. HEX triplet: B4, AD and FD. RGB value is (180,173,253). Sum of RGB (Red+Green+Blue) = 180+173+253=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADFD is #4B5202. Grayscale: #B7B7B7. Windows color (decimal): -4936195 or 16625076. OLE color: 16625076.

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

Color convert

RGB180173253-
CMYK0.290.3200.01
HSL245.25º95.24%83.53%-
HSV(B)245.25º31.62%99.22%-
XYZ51.546.6899.22-
YUV184.21166.82125-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.70%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=29.70%
G=28.55%
B=41.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801732530.290.3200.01245.2595.2483.53
HexB4ADFD1D2001f55f54
Octal264255375354001365137124
Binary10110100101011011111110111101100000011111010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADFD; }

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

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

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

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

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

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

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

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