#B3AFFE

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

Shades of Perano #B3AFFE

Tints of Perano #B3AFFE

Color information

#B3AFFE (or 0xB3AFFE) is unknown color: approx Perano. HEX triplet: B3, AF and FE. RGB value is (179,175,254). Sum of RGB (Red+Green+Blue) = 179+175+254=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AFFE is #4C5001. Grayscale: #B8B8B8. Windows color (decimal): -5001218 or 16691123. OLE color: 16691123.

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

Color convert

RGB179175254-
CMYK0.300.3100.00
HSL243.04º97.53%84.12%-
HSV(B)243.04º31.1%99.61%-
XYZ51.8147.4100.18-
YUV185.2166.83123.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=29.44%
G=28.78%
B=41.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791752540.300.3100.00243.0497.5384.12
HexB3AFFE1E1F00f36254
Octal263257376363700363142124
Binary1011001110101111111111101111011111001111001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFFE; }

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

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

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

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

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

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

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

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