#B3ADF3

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

Shades of Perano #B3ADF3

Tints of Perano #B3ADF3

Color information

#B3ADF3 (or 0xB3ADF3) is unknown color: approx Perano. HEX triplet: B3, AD and F3. RGB value is (179,173,243). Sum of RGB (Red+Green+Blue) = 179+173+243=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ADF3 is #4C520C. Grayscale: #B6B6B6. Windows color (decimal): -5001741 or 15969715. OLE color: 15969715.

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

Color convert

RGB179173243-
CMYK0.260.2900.05
HSL245.14º74.47%81.57%-
HSV(B)245.14º28.81%95.29%-
XYZ49.7145.9491.04-
YUV182.77161.99125.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.08%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=30.08%
G=29.08%
B=40.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791732430.260.2900.05245.1474.4781.57
HexB3ADF31A1D05f54a52
Octal263255363323505365112122
Binary101100111010110111110011110101110101011111010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADF3; }

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

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

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

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

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

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

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

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