#BFC5FE

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

Shades of Lavender Blue #BFC5FE

Tints of Lavender Blue #BFC5FE

Color information

#BFC5FE (or 0xBFC5FE) is unknown color: approx Lavender Blue. HEX triplet: BF, C5 and FE. RGB value is (191,197,254). Sum of RGB (Red+Green+Blue) = 191+197+254=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5FE is #403A01. Grayscale: #C9C9C9. Windows color (decimal): -4209154 or 16696767. OLE color: 16696767.

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

Color convert

RGB191197254-
CMYK0.250.2200.00
HSL234.29º96.92%87.25%-
HSV(B)234.29º24.8%99.61%-
XYZ59.3458.16101.87-
YUV201.7157.51120.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 197 (77.34% from 255) = 30.69%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=29.75%
G=30.69%
B=39.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911972540.250.2200.00234.2996.9287.25
HexBFC5FE191600ea6157
Octal277305376312600352141127
Binary1011111111000101111111101100110110001110101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5FE; }

 p { color: rgb(191,197,254); }

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

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

 a { background-color: rgb(191,197,254); }

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

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

 span { border-color: rgb(191,197,254); }

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