#BFC6FD

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

Shades of Lavender Blue #BFC6FD

Tints of Lavender Blue #BFC6FD

Color information

#BFC6FD (or 0xBFC6FD) is unknown color: approx Lavender Blue. HEX triplet: BF, C6 and FD. RGB value is (191,198,253). Sum of RGB (Red+Green+Blue) = 191+198+253=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6FD is #403902. Grayscale: #C9C9C9. Windows color (decimal): -4208899 or 16631487. OLE color: 16631487.

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

Color convert

RGB191198253-
CMYK0.250.2200.01
HSL233.23º93.94%87.06%-
HSV(B)233.23º24.51%99.22%-
XYZ59.4158.56101.1-
YUV202.18156.68120.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 198 (77.73% from 255) = 30.84%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=29.75%
G=30.84%
B=39.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911982530.250.2200.01233.2393.9487.06
HexBFC6FD191601e95e57
Octal277306375312601351136127
Binary1011111111000110111111011100110110011110100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6FD; }

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

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

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

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

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

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

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

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