#B0ADFD

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

Shades of Perano #B0ADFD

Tints of Perano #B0ADFD

Color information

#B0ADFD (or 0xB0ADFD) is unknown color: approx Perano. HEX triplet: B0, AD and FD. RGB value is (176,173,253). Sum of RGB (Red+Green+Blue) = 176+173+253=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADFD is #4F5202. Grayscale: #B6B6B6. Windows color (decimal): -5198339 or 16625072. OLE color: 16625072.

HSL color Cylindrical-coordinate representation of color #B0ADFD: hue angle of 242.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 #B0ADFD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176173253-
CMYK0.300.3200.01
HSL242.25º95.24%83.53%-
HSV(B)242.25º31.62%99.22%-
XYZ50.5846.2199.18-
YUV183.02167.49123-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.24%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=29.24%
G=28.74%
B=42.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761732530.300.3200.01242.2595.2483.53
HexB0ADFD1E2001f25f54
Octal260255375364001362137124
Binary10110000101011011111110111110100000011111001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADFD; }

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

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

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

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

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

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

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

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