#BFC2F7

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

Shades of Lavender Blue #BFC2F7

Tints of Lavender Blue #BFC2F7

Color information

#BFC2F7 (or 0xBFC2F7) is unknown color: approx Lavender Blue. HEX triplet: BF, C2 and F7. RGB value is (191,194,247). Sum of RGB (Red+Green+Blue) = 191+194+247=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFC2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2F7 is #403D08. Grayscale: #C6C6C6. Windows color (decimal): -4209929 or 16237247. OLE color: 16237247.

HSL color Cylindrical-coordinate representation of color #BFC2F7: hue angle of 236.79º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC2F7 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191194247-
CMYK0.230.2100.03
HSL236.79º77.78%85.88%-
HSV(B)236.79º22.67%96.86%-
XYZ57.5756.3895.84-
YUV199.14155.01122.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 247 (96.88% from 255) = 39.08%
R=30.22%
G=30.70%
B=39.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911942470.230.2100.03236.7977.7885.88
HexBFC2F7171503ed4e56
Octal277302367272503355116126
Binary10111111110000101111011110111101010111110110110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2F7; }

 p { color: rgb(191,194,247); }

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

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

 a { background-color: rgb(191,194,247); }

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

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

 span { border-color: rgb(191,194,247); }

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