#BFC0FF

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

Shades of Lavender Blue #BFC0FF

Tints of Lavender Blue #BFC0FF

Color information

#BFC0FF (or 0xBFC0FF) is unknown color: approx Lavender Blue. HEX triplet: BF, C0 and FF. RGB value is (191,192,255). Sum of RGB (Red+Green+Blue) = 191+192+255=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0FF is #403F00. Grayscale: #C6C6C6. Windows color (decimal): -4210433 or 16761023. OLE color: 16761023.

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

Color convert

RGB191192255-
CMYK0.250.2500
HSL239.06º100%87.45%-
HSV(B)239.06º25.1%100%-
XYZ58.3956102.34-
YUV198.88159.67122.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 192 (75.39% from 255) = 30.09%
BLUE value IS 255 (100% from 255) = 39.97%
R=29.94%
G=30.09%
B=39.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911922550.250.2500239.0610087.45
HexBFC0FF191900ef6457
Octal277300377313100357144127
Binary1011111111000000111111111100111001001110111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0FF; }

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

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

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

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

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

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

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

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