#B8BEFE

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

Shades of Lavender Blue #B8BEFE

Tints of Lavender Blue #B8BEFE

Color information

#B8BEFE (or 0xB8BEFE) is unknown color: approx Lavender Blue. HEX triplet: B8, BE and FE. RGB value is (184,190,254). Sum of RGB (Red+Green+Blue) = 184+190+254=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BEFE is #474101. Grayscale: #C3C3C3. Windows color (decimal): -4669698 or 16694968. OLE color: 16694968.

HSL color Cylindrical-coordinate representation of color #B8BEFE: hue angle of 234.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8BEFE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184190254-
CMYK0.280.2500.00
HSL234.86º97.22%85.88%-
HSV(B)234.86º27.56%99.61%-
XYZ56.0754.17101.27-
YUV195.5161.01119.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.30%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=29.30%
G=30.25%
B=40.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841902540.280.2500.00234.8697.2285.88
HexB8BEFE1C1900eb6156
Octal270276376343100353141126
Binary1011100010111110111111101110011001001110101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEFE; }

 p { color: rgb(184,190,254); }

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

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

 a { background-color: rgb(184,190,254); }

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

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

 span { border-color: rgb(184,190,254); }

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