Html Css Color HEX #BFDFBE Sea Mist

📋 copy color: '#BFDFBE'

red 191 ◦ green 223 ◦ blue 190

#BFDFBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Mist #BFDFBE

Tints of Sea Mist #BFDFBE

RGB

 RED value IS 191 (75% from 255) = 31.62%

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 190 (74.61% from 255) = 31.46%

R = 31.62%
G = 36.92%
B = 31.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BFDFBE (or 0xBFDFBE) is known color: Sea Mist. HEX triplet: BF, DF and BE. RGB value is (191,223,190). Sum of RGB (Red+Green+Blue) = 191+223+190=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFBE is #402041. Grayscale: #D1D1D1. Windows color (decimal): -4202562 or 12509119. OLE color: 12509119.

HSL color Cylindrical-coordinate representation of color #BFDFBE: hue angle of 118.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDFBE is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 190 -
CMYK 0.14 0 0.15 0.13
HSL 118.18º 0.34% 0.81% -
HSV(B) 118.18º 0.15% 0.87% -
XYZ 57.17 67.57 58.74 -
YUV 209.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 191 223 190 0.14 0 0.15 0.13 118.18 0.34 0.81
Hex BF DF BE E 0 F D 76 22 51
Octal 277 337 276 16 0 17 15 166 42 121
Binary 10111111 11011111 10111110 1110 0 1111 1101 1110110 100010 1010001

Color Harmonies of #BFDFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFBE

Black with #BFDFBE

Text Example


Text Example

White with #BFDFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFBE; }

 p { color: rgb(191,223,190); }

 H1.HeaderClassName
 {
   color: #BFDFBE;
 }
 .AnyTagClassName
 {
   color: #BFDFBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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