#B3ADFE

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

Shades of Perano #B3ADFE

Tints of Perano #B3ADFE

Color information

#B3ADFE (or 0xB3ADFE) is unknown color: approx Perano. HEX triplet: B3, AD and FE. RGB value is (179,173,254). Sum of RGB (Red+Green+Blue) = 179+173+254=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ADFE is #4C5201. Grayscale: #B7B7B7. Windows color (decimal): -5001730 or 16690611. OLE color: 16690611.

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

Color convert

RGB179173254-
CMYK0.300.3200.00
HSL244.44º97.59%83.73%-
HSV(B)244.44º31.89%99.61%-
XYZ51.4246.63100.06-
YUV184.03167.49124.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=29.54%
G=28.55%
B=41.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791732540.300.3200.00244.4497.5983.73
HexB3ADFE1E2000f46254
Octal263255376364000364142124
Binary10110011101011011111111011110100000001111010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADFE; }

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

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

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

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

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

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

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

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