#BFC1EB

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

Shades of Lavender Grey #BFC1EB

Tints of Lavender Grey #BFC1EB

Color information

#BFC1EB (or 0xBFC1EB) is unknown color: approx Lavender Grey. HEX triplet: BF, C1 and EB. RGB value is (191,193,235). Sum of RGB (Red+Green+Blue) = 191+193+235=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1EB is #403E14. Grayscale: #C5C5C5. Windows color (decimal): -4210197 or 15450559. OLE color: 15450559.

HSL color Cylindrical-coordinate representation of color #BFC1EB: hue angle of 237.27º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC1EB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191193235-
CMYK0.190.1800.08
HSL237.27º52.38%83.53%-
HSV(B)237.27º18.72%92.16%-
XYZ55.5555.2186.33-
YUV197.19149.34123.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 193 (75.78% from 255) = 31.18%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=30.86%
G=31.18%
B=37.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911932350.190.1800.08237.2752.3883.53
HexBFC1EB131208ed3454
Octal277301353232201035564124
Binary101111111100000111101011100111001001000111011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1EB; }

 p { color: rgb(191,193,235); }

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

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

 a { background-color: rgb(191,193,235); }

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

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

 span { border-color: rgb(191,193,235); }

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