#B7AEFE

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

Shades of Lavender Blue #B7AEFE

Tints of Lavender Blue #B7AEFE

Color information

#B7AEFE (or 0xB7AEFE) is unknown color: approx Lavender Blue. HEX triplet: B7, AE and FE. RGB value is (183,174,254). Sum of RGB (Red+Green+Blue) = 183+174+254=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEFE is #485101. Grayscale: #B9B9B9. Windows color (decimal): -4739330 or 16690871. OLE color: 16690871.

HSL color Cylindrical-coordinate representation of color #B7AEFE: hue angle of 246.75º 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 #B7AEFE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183174254-
CMYK0.280.3100.00
HSL246.75º97.56%83.92%-
HSV(B)246.75º31.5%99.61%-
XYZ52.5547.5100.16-
YUV185.81166.48126-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.95%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=29.95%
G=28.48%
B=41.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1831742540.280.3100.00246.7597.5683.92
HexB7AEFE1C1F00f76254
Octal267256376343700367142124
Binary1011011110101110111111101110011111001111011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEFE; }

 p { color: rgb(183,174,254); }

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

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

 a { background-color: rgb(183,174,254); }

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

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

 span { border-color: rgb(183,174,254); }

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