#BFC2F3

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

Shades of Lavender Blue #BFC2F3

Tints of Lavender Blue #BFC2F3

Color information

#BFC2F3 (or 0xBFC2F3) is unknown color: approx Lavender Blue. HEX triplet: BF, C2 and F3. RGB value is (191,194,243). Sum of RGB (Red+Green+Blue) = 191+194+243=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2F3 is #403D0C. Grayscale: #C6C6C6. Windows color (decimal): -4209933 or 15975103. OLE color: 15975103.

HSL color Cylindrical-coordinate representation of color #BFC2F3: hue angle of 236.54º 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 #BFC2F3 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191194243-
CMYK0.210.2000.05
HSL236.54º68.42%85.1%-
HSV(B)236.54º21.4%95.29%-
XYZ56.9656.1392.63-
YUV198.69153.01122.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=30.41%
G=30.89%
B=38.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911942430.210.2000.05236.5468.4285.1
HexBFC2F3151405ed4455
Octal277302363252405355104125
Binary101111111100001011110011101011010001011110110110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2F3; }

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

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

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

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

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

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

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

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