#BFC7FF

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

Shades of Lavender Blue #BFC7FF

Tints of Lavender Blue #BFC7FF

Color information

#BFC7FF (or 0xBFC7FF) is unknown color: approx Lavender Blue. HEX triplet: BF, C7 and FF. RGB value is (191,199,255). Sum of RGB (Red+Green+Blue) = 191+199+255=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7FF is #403800. Grayscale: #CACACA. Windows color (decimal): -4208641 or 16762815. OLE color: 16762815.

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

Color convert

RGB191199255-
CMYK0.250.2200
HSL232.5º100%87.45%-
HSV(B)232.5º25.1%100%-
XYZ59.9659.14102.86-
YUV202.99157.35119.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 199 (78.12% from 255) = 30.85%
BLUE value IS 255 (100% from 255) = 39.53%
R=29.61%
G=30.85%
B=39.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911992550.250.2200232.510087.45
HexBFC7FF191600e86457
Octal277307377312600350144127
Binary1011111111000111111111111100110110001110100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7FF; }

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

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

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

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

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

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

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

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