#B3ADFF

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

Shades of Perano #B3ADFF

Tints of Perano #B3ADFF

Color information

#B3ADFF (or 0xB3ADFF) is unknown color: approx Perano. HEX triplet: B3, AD and FF. RGB value is (179,173,255). Sum of RGB (Red+Green+Blue) = 179+173+255=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ADFF is #4C5200. Grayscale: #B7B7B7. Windows color (decimal): -5001729 or 16756147. OLE color: 16756147.

HSL color Cylindrical-coordinate representation of color #B3ADFF: hue angle of 244.39º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3ADFF is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179173255-
CMYK0.300.3200
HSL244.39º100%83.92%-
HSV(B)244.39º32.16%100%-
XYZ51.5846.69100.9-
YUV184.14167.99124.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.49%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 255 (100% from 255) = 42.01%
R=29.49%
G=28.50%
B=42.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791732550.300.3200244.3910083.92
HexB3ADFF1E2000f46454
Octal263255377364000364144124
Binary10110011101011011111111111110100000001111010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADFF; }

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

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

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

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

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

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

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

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