#B8C4FE

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

Shades of Lavender Blue #B8C4FE

Tints of Lavender Blue #B8C4FE

Color information

#B8C4FE (or 0xB8C4FE) is unknown color: approx Lavender Blue. HEX triplet: B8, C4 and FE. RGB value is (184,196,254). Sum of RGB (Red+Green+Blue) = 184+196+254=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C4FE is #473B01. Grayscale: #C6C6C6. Windows color (decimal): -4668162 or 16696504. OLE color: 16696504.

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

Color convert

RGB184196254-
CMYK0.280.2300.00
HSL229.71º97.22%85.88%-
HSV(B)229.71º27.56%99.61%-
XYZ57.456.83101.71-
YUV199.02159.02117.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.02%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=29.02%
G=30.91%
B=40.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841962540.280.2300.00229.7197.2285.88
HexB8C4FE1C1700e66156
Octal270304376342700346141126
Binary1011100011000100111111101110010111001110011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C4FE; }

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

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

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

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

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

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

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

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