#BFC2F2

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

Shades of Lavender Blue #BFC2F2

Tints of Lavender Blue #BFC2F2

Color information

#BFC2F2 (or 0xBFC2F2) is unknown color: approx Lavender Blue. HEX triplet: BF, C2 and F2. RGB value is (191,194,242). Sum of RGB (Red+Green+Blue) = 191+194+242=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2F2 is #403D0D. Grayscale: #C6C6C6. Windows color (decimal): -4209934 or 15909567. OLE color: 15909567.

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

Color convert

RGB191194242-
CMYK0.210.2000.05
HSL236.47º66.23%84.9%-
HSV(B)236.47º21.07%94.9%-
XYZ56.856.0791.83-
YUV198.58152.51122.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 242 (94.92% from 255) = 38.60%
R=30.46%
G=30.94%
B=38.60%

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
Decimal1911942420.210.2000.05236.4766.2384.9
HexBFC2F2151405ec4255
Octal277302362252405354102125
Binary101111111100001011110010101011010001011110110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2F2; }

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

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

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

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

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

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

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

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