#BFC6FF

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

Shades of Lavender Blue #BFC6FF

Tints of Lavender Blue #BFC6FF

Color information

#BFC6FF (or 0xBFC6FF) is unknown color: approx Lavender Blue. HEX triplet: BF, C6 and FF. RGB value is (191,198,255). Sum of RGB (Red+Green+Blue) = 191+198+255=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6FF is #403900. Grayscale: #CACACA. Windows color (decimal): -4208897 or 16762559. OLE color: 16762559.

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

Color convert

RGB191198255-
CMYK0.250.2200
HSL233.44º100%87.45%-
HSV(B)233.44º25.1%100%-
XYZ59.7358.68102.79-
YUV202.4157.68119.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 198 (77.73% from 255) = 30.75%
BLUE value IS 255 (100% from 255) = 39.60%
R=29.66%
G=30.75%
B=39.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911982550.250.2200233.4410087.45
HexBFC6FF191600e96457
Octal277306377312600351144127
Binary1011111111000110111111111100110110001110100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6FF; }

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

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

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

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

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

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

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

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