#B8C6FD

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

Shades of Lavender Blue #B8C6FD

Tints of Lavender Blue #B8C6FD

Color information

#B8C6FD (or 0xB8C6FD) is unknown color: approx Lavender Blue. HEX triplet: B8, C6 and FD. RGB value is (184,198,253). Sum of RGB (Red+Green+Blue) = 184+198+253=635 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.98% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8C6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C6FD is #473902. Grayscale: #C7C7C7. Windows color (decimal): -4667651 or 16631480. OLE color: 16631480.

HSL color Cylindrical-coordinate representation of color #B8C6FD: hue angle of 227.83º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8C6FD is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184198253-
CMYK0.270.2200.01
HSL227.83º94.52%85.69%-
HSV(B)227.83º27.27%99.22%-
XYZ57.6957.67101.02-
YUV200.08157.86116.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.98%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=28.98%
G=31.18%
B=39.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841982530.270.2200.01227.8394.5285.69
HexB8C6FD1B1601e45f56
Octal270306375332601344137126
Binary1011100011000110111111011101110110011110010010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C6FD; }

 p { color: rgb(184,198,253); }

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

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

 a { background-color: rgb(184,198,253); }

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

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

 span { border-color: rgb(184,198,253); }

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