#B0ADF2

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

Shades of Perano #B0ADF2

Tints of Perano #B0ADF2

Color information

#B0ADF2 (or 0xB0ADF2) is unknown color: approx Perano. HEX triplet: B0, AD and F2. RGB value is (176,173,242). Sum of RGB (Red+Green+Blue) = 176+173+242=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADF2 is #4F520D. Grayscale: #B5B5B5. Windows color (decimal): -5198350 or 15904176. OLE color: 15904176.

HSL color Cylindrical-coordinate representation of color #B0ADF2: hue angle of 242.61º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0ADF2 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176173242-
CMYK0.270.2900.05
HSL242.61º72.63%81.37%-
HSV(B)242.61º28.51%94.9%-
XYZ48.8845.5390.22-
YUV181.76161.99123.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.78%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=29.78%
G=29.27%
B=40.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761732420.270.2900.05242.6172.6381.37
HexB0ADF21B1D05f34951
Octal260255362333505363111121
Binary101100001010110111110010110111110101011111001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADF2; }

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

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

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

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

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

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

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

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