#BFC2FF

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

Shades of Lavender Blue #BFC2FF

Tints of Lavender Blue #BFC2FF

Color information

#BFC2FF (or 0xBFC2FF) is unknown color: approx Lavender Blue. HEX triplet: BF, C2 and FF. RGB value is (191,194,255). Sum of RGB (Red+Green+Blue) = 191+194+255=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2FF is #403D00. Grayscale: #C7C7C7. Windows color (decimal): -4209921 or 16761535. OLE color: 16761535.

HSL color Cylindrical-coordinate representation of color #BFC2FF: hue angle of 237.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC2FF is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191194255-
CMYK0.250.2400
HSL237.19º100%87.45%-
HSV(B)237.19º25.1%100%-
XYZ58.8356.88102.49-
YUV200.06159.01121.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 194 (76.17% from 255) = 30.31%
BLUE value IS 255 (100% from 255) = 39.84%
R=29.84%
G=30.31%
B=39.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911942550.250.2400237.1910087.45
HexBFC2FF191800ed6457
Octal277302377313000355144127
Binary1011111111000010111111111100111000001110110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2FF; }

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

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

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

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

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

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

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

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