#BFE3BD

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

Shades of Sea Mist #BFE3BD

Tints of Sea Mist #BFE3BD

Color information

#BFE3BD (or 0xBFE3BD) is unknown color: approx Sea Mist. HEX triplet: BF, E3 and BD. RGB value is (191,227,189). Sum of RGB (Red+Green+Blue) = 191+227+189=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3BD is #401C42. Grayscale: #D4D4D4. Windows color (decimal): -4201539 or 12444607. OLE color: 12444607.

HSL color Cylindrical-coordinate representation of color #BFE3BD: hue angle of 116.84º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE3BD is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB191227189-
CMYK0.1600.170.11
HSL116.84º40.43%81.57%-
HSV(B)116.84º16.74%89.02%-
XYZ58.1469.6958.53-
YUV211.9115.07113.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=31.47%
G=37.40%
B=31.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271890.1600.170.11116.8440.4381.57
HexBFE3BD10011B752852
Octal277343275200211316550122
Binary10111111111000111011110110000010001101111101011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3BD; }

 p { color: rgb(191,227,189); }

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

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

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

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

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

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

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