#B3AEEF

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

Shades of Perano #B3AEEF

Tints of Perano #B3AEEF

Color information

#B3AEEF (or 0xB3AEEF) is unknown color: approx Perano. HEX triplet: B3, AE and EF. RGB value is (179,174,239). Sum of RGB (Red+Green+Blue) = 179+174+239=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AEEF is #4C5110. Grayscale: #B6B6B6. Windows color (decimal): -5001489 or 15707827. OLE color: 15707827.

HSL color Cylindrical-coordinate representation of color #B3AEEF: hue angle of 244.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3AEEF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179174239-
CMYK0.250.2700.06
HSL244.62º67.01%80.98%-
HSV(B)244.62º27.2%93.73%-
XYZ49.3146.0987.96-
YUV182.9159.66125.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.24%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=30.24%
G=29.39%
B=40.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791742390.250.2700.06244.6267.0180.98
HexB3AEEF191B06f54351
Octal263256357313306365103121
Binary101100111010111011101111110011101101101111010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEEF; }

 p { color: rgb(179,174,239); }

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

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

 a { background-color: rgb(179,174,239); }

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

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

 span { border-color: rgb(179,174,239); }

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