#BFC3FF

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

Shades of Lavender Blue #BFC3FF

Tints of Lavender Blue #BFC3FF

Color information

#BFC3FF (or 0xBFC3FF) is unknown color: approx Lavender Blue. HEX triplet: BF, C3 and FF. RGB value is (191,195,255). Sum of RGB (Red+Green+Blue) = 191+195+255=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3FF is #403C00. Grayscale: #C8C8C8. Windows color (decimal): -4209665 or 16761791. OLE color: 16761791.

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

Color convert

RGB191195255-
CMYK0.250.2400
HSL236.25º100%87.45%-
HSV(B)236.25º25.1%100%-
XYZ59.0557.33102.56-
YUV200.64158.67121.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 195 (76.56% from 255) = 30.42%
BLUE value IS 255 (100% from 255) = 39.78%
R=29.80%
G=30.42%
B=39.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911952550.250.2400236.2510087.45
HexBFC3FF191800ec6457
Octal277303377313000354144127
Binary1011111111000011111111111100111000001110110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3FF; }

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

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

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

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

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

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

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

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