#B1ADFC

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

Shades of Perano #B1ADFC

Tints of Perano #B1ADFC

Color information

#B1ADFC (or 0xB1ADFC) is unknown color: approx Perano. HEX triplet: B1, AD and FC. RGB value is (177,173,252). Sum of RGB (Red+Green+Blue) = 177+173+252=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADFC is #4E5203. Grayscale: #B6B6B6. Windows color (decimal): -5132804 or 16559537. OLE color: 16559537.

HSL color Cylindrical-coordinate representation of color #B1ADFC: hue angle of 243.04º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1ADFC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177173252-
CMYK0.300.3100.01
HSL243.04º92.94%83.33%-
HSV(B)243.04º31.35%98.82%-
XYZ50.6546.2698.36-
YUV183.2166.83123.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=29.40%
G=28.74%
B=41.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771732520.300.3100.01243.0492.9483.33
HexB1ADFC1E1F01f35d53
Octal261255374363701363135123
Binary1011000110101101111111001111011111011111001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADFC; }

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

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

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

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

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

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

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

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