#BFC2F5

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

Shades of Lavender Blue #BFC2F5

Tints of Lavender Blue #BFC2F5

Color information

#BFC2F5 (or 0xBFC2F5) is unknown color: approx Lavender Blue. HEX triplet: BF, C2 and F5. RGB value is (191,194,245). Sum of RGB (Red+Green+Blue) = 191+194+245=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFC2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2F5 is #403D0A. Grayscale: #C6C6C6. Windows color (decimal): -4209931 or 16106175. OLE color: 16106175.

HSL color Cylindrical-coordinate representation of color #BFC2F5: hue angle of 236.67º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC2F5 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191194245-
CMYK0.220.2100.04
HSL236.67º72.97%85.49%-
HSV(B)236.67º22.04%96.08%-
XYZ57.2656.2594.23-
YUV198.92154.01122.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 245 (96.09% from 255) = 38.89%
R=30.32%
G=30.79%
B=38.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911942450.220.2100.04236.6772.9785.49
HexBFC2F5161504ed4955
Octal277302365262504355111125
Binary101111111100001011110101101101010101001110110110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2F5; }

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

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

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

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

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

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

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

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