#BFE0BF

Color #BFE0BF Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #BFE0BF

Tints of Sea Mist #BFE0BF

Color information

#BFE0BF (or 0xBFE0BF) is unknown color: approx Sea Mist. HEX triplet: BF, E0 and BF. RGB value is (191,224,191). Sum of RGB (Red+Green+Blue) = 191+224+191=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0BF is #401F40. Grayscale: #D2D2D2. Windows color (decimal): -4202305 or 12574911. OLE color: 12574911.

HSL color Cylindrical-coordinate representation of color #BFE0BF: hue angle of 120º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0BF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB191224191-
CMYK0.1500.150.12
HSL120º34.74%81.37%-
HSV(B)120º14.73%87.84%-
XYZ57.5568.1559.41-
YUV210.37117.07114.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 191 (75% from 255) = 31.52%
R=31.52%
G=36.96%
B=31.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241910.1500.150.1212034.7481.37
HexBFE0BFF0FC782351
Octal277340277170171417043121
Binary101111111110000010111111111101111110011110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0BF; }

 p { color: rgb(191,224,191); }

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

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

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

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

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

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

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