#B8C7FE

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

Shades of Lavender Blue #B8C7FE

Tints of Lavender Blue #B8C7FE

Color information

#B8C7FE (or 0xB8C7FE) is unknown color: approx Lavender Blue. HEX triplet: B8, C7 and FE. RGB value is (184,199,254). Sum of RGB (Red+Green+Blue) = 184+199+254=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C7FE is #473801. Grayscale: #C8C8C8. Windows color (decimal): -4667394 or 16697272. OLE color: 16697272.

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

Color convert

RGB184199254-
CMYK0.280.2200.00
HSL227.14º97.22%85.88%-
HSV(B)227.14º27.56%99.61%-
XYZ58.0858.19101.94-
YUV200.78158.03116.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.89%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=28.89%
G=31.24%
B=39.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841992540.280.2200.00227.1497.2285.88
HexB8C7FE1C1600e36156
Octal270307376342600343141126
Binary1011100011000111111111101110010110001110001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C7FE; }

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

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

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

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

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

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

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

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