#BFC4FF

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

Shades of Lavender Blue #BFC4FF

Tints of Lavender Blue #BFC4FF

Color information

#BFC4FF (or 0xBFC4FF) is unknown color: approx Lavender Blue. HEX triplet: BF, C4 and FF. RGB value is (191,196,255). Sum of RGB (Red+Green+Blue) = 191+196+255=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4FF is #403B00. Grayscale: #C8C8C8. Windows color (decimal): -4209409 or 16762047. OLE color: 16762047.

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

Color convert

RGB191196255-
CMYK0.250.2300
HSL235.31º100%87.45%-
HSV(B)235.31º25.1%100%-
XYZ59.2857.78102.64-
YUV201.23158.34120.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 196 (76.95% from 255) = 30.53%
BLUE value IS 255 (100% from 255) = 39.72%
R=29.75%
G=30.53%
B=39.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911962550.250.2300235.3110087.45
HexBFC4FF191700eb6457
Octal277304377312700353144127
Binary1011111111000100111111111100110111001110101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4FF; }

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

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

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

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

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

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

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

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