#B1ADF3

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

Shades of Perano #B1ADF3

Tints of Perano #B1ADF3

Color information

#B1ADF3 (or 0xB1ADF3) is unknown color: approx Perano. HEX triplet: B1, AD and F3. RGB value is (177,173,243). Sum of RGB (Red+Green+Blue) = 177+173+243=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1ADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADF3 is #4E520C. Grayscale: #B5B5B5. Windows color (decimal): -5132813 or 15969713. OLE color: 15969713.

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

Color convert

RGB177173243-
CMYK0.270.2900.05
HSL243.43º74.47%81.57%-
HSV(B)243.43º28.81%95.29%-
XYZ49.2545.7191.02-
YUV182.18162.33124.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.85%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 243 (95.31% from 255) = 40.98%
R=29.85%
G=29.17%
B=40.98%

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
Decimal1771732430.270.2900.05243.4374.4781.57
HexB1ADF31B1D05f34a52
Octal261255363333505363112122
Binary101100011010110111110011110111110101011111001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADF3; }

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

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

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

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

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

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

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

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