#B1ADF2

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

Shades of Perano #B1ADF2

Tints of Perano #B1ADF2

Color information

#B1ADF2 (or 0xB1ADF2) is unknown color: approx Perano. HEX triplet: B1, AD and F2. RGB value is (177,173,242). Sum of RGB (Red+Green+Blue) = 177+173+242=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADF2 is #4E520D. Grayscale: #B5B5B5. Windows color (decimal): -5132814 or 15904177. OLE color: 15904177.

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

Color convert

RGB177173242-
CMYK0.270.2900.05
HSL243.48º72.63%81.37%-
HSV(B)243.48º28.51%94.9%-
XYZ49.145.6590.23-
YUV182.06161.83124.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.90%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 242 (94.92% from 255) = 40.88%
R=29.90%
G=29.22%
B=40.88%

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
Decimal1771732420.270.2900.05243.4872.6381.37
HexB1ADF21B1D05f34951
Octal261255362333505363111121
Binary101100011010110111110010110111110101011111001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADF2; }

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

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

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

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

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

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

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

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