#BFC8FE

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

Shades of Lavender Blue #BFC8FE

Tints of Lavender Blue #BFC8FE

Color information

#BFC8FE (or 0xBFC8FE) is unknown color: approx Lavender Blue. HEX triplet: BF, C8 and FE. RGB value is (191,200,254). Sum of RGB (Red+Green+Blue) = 191+200+254=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8FE is #403701. Grayscale: #CBCBCB. Windows color (decimal): -4208386 or 16697535. OLE color: 16697535.

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

Color convert

RGB191200254-
CMYK0.250.2100.00
HSL231.43º96.92%87.25%-
HSV(B)231.43º24.8%99.61%-
XYZ60.0359.54102.09-
YUV203.46156.52119.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 200 (78.52% from 255) = 31.01%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=29.61%
G=31.01%
B=39.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912002540.250.2100.00231.4396.9287.25
HexBFC8FE191500e76157
Octal277310376312500347141127
Binary1011111111001000111111101100110101001110011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8FE; }

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

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

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

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

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

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

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

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