#B3AFEE

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

Shades of Perano #B3AFEE

Tints of Perano #B3AFEE

Color information

#B3AFEE (or 0xB3AFEE) is unknown color: approx Perano. HEX triplet: B3, AF and EE. RGB value is (179,175,238). Sum of RGB (Red+Green+Blue) = 179+175+238=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AFEE is #4C5011. Grayscale: #B7B7B7. Windows color (decimal): -5001234 or 15642547. OLE color: 15642547.

HSL color Cylindrical-coordinate representation of color #B3AFEE: hue angle of 243.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3AFEE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179175238-
CMYK0.250.2600.07
HSL243.81º64.95%80.98%-
HSV(B)243.81º26.47%93.33%-
XYZ49.3546.4287.25-
YUV183.38158.83124.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.24%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=30.24%
G=29.56%
B=40.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791752380.250.2600.07243.8164.9580.98
HexB3AFEE191A07f44151
Octal263257356313207364101121
Binary101100111010111111101110110011101001111111010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFEE; }

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

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

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

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

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

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

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

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