#B3AFEB

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

Shades of Lavender Grey #B3AFEB

Tints of Lavender Grey #B3AFEB

Color information

#B3AFEB (or 0xB3AFEB) is unknown color: approx Lavender Grey. HEX triplet: B3, AF and EB. RGB value is (179,175,235). Sum of RGB (Red+Green+Blue) = 179+175+235=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AFEB is #4C5014. Grayscale: #B6B6B6. Windows color (decimal): -5001237 or 15445939. OLE color: 15445939.

HSL color Cylindrical-coordinate representation of color #B3AFEB: hue angle of 244º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3AFEB is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179175235-
CMYK0.240.2600.08
HSL244º60%80.39%-
HSV(B)244º25.53%92.16%-
XYZ48.9246.2484.94-
YUV183.04157.33125.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=30.39%
G=29.71%
B=39.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791752350.240.2600.082446080.39
HexB3AFEB181A08f43c50
Octal263257353303201036474120
Binary101100111010111111101011110001101001000111101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFEB; }

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

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

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

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

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

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

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

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