#B3ADF9

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

Shades of Perano #B3ADF9

Tints of Perano #B3ADF9

Color information

#B3ADF9 (or 0xB3ADF9) is unknown color: approx Perano. HEX triplet: B3, AD and F9. RGB value is (179,173,249). Sum of RGB (Red+Green+Blue) = 179+173+249=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3ADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ADF9 is #4C5206. Grayscale: #B7B7B7. Windows color (decimal): -5001735 or 16362931. OLE color: 16362931.

HSL color Cylindrical-coordinate representation of color #B3ADF9: hue angle of 244.74º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3ADF9 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179173249-
CMYK0.280.3100.02
HSL244.74º86.36%82.75%-
HSV(B)244.74º30.52%97.65%-
XYZ50.6346.3195.89-
YUV183.46164.99124.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.78%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=29.78%
G=28.79%
B=41.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791732490.280.3100.02244.7486.3682.75
HexB3ADF91C1F02f55653
Octal263255371343702365126123
Binary10110011101011011111100111100111110101111010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADF9; }

 p { color: rgb(179,173,249); }

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

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

 a { background-color: rgb(179,173,249); }

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

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

 span { border-color: rgb(179,173,249); }

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