#BFC5F3

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

Shades of Lavender Blue #BFC5F3

Tints of Lavender Blue #BFC5F3

Color information

#BFC5F3 (or 0xBFC5F3) is unknown color: approx Lavender Blue. HEX triplet: BF, C5 and F3. RGB value is (191,197,243). Sum of RGB (Red+Green+Blue) = 191+197+243=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFC5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5F3 is #403A0C. Grayscale: #C8C8C8. Windows color (decimal): -4209165 or 15975871. OLE color: 15975871.

HSL color Cylindrical-coordinate representation of color #BFC5F3: hue angle of 233.08º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC5F3 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191197243-
CMYK0.210.1900.05
HSL233.08º68.42%85.1%-
HSV(B)233.08º21.4%95.29%-
XYZ57.6357.4892.85-
YUV200.45152.01121.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=30.27%
G=31.22%
B=38.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911972430.210.1900.05233.0868.4285.1
HexBFC5F3151305e94455
Octal277305363252305351104125
Binary101111111100010111110011101011001101011110100110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5F3; }

 p { color: rgb(191,197,243); }

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

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

 a { background-color: rgb(191,197,243); }

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

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

 span { border-color: rgb(191,197,243); }

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