Html Css Color HEX #BFD9BF Sea Mist

📋 copy color: '#BFD9BF'

red 191 ◦ green 217 ◦ blue 191

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

Shades of Sea Mist #BFD9BF

Tints of Sea Mist #BFD9BF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.23%

 BLUE value IS 191 (75% from 255) = 31.89%

R = 31.89%
G = 36.23%
B = 31.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BFD9BF (or 0xBFD9BF) is known color: Sea Mist. HEX triplet: BF, D9 and BF. RGB value is (191,217,191). Sum of RGB (Red+Green+Blue) = 191+217+191=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9BF is #402640. Grayscale: #CECECE. Windows color (decimal): -4204097 or 12573119. OLE color: 12573119.

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

Color convert

RGB 191 217 191 -
CMYK 0.12 0 0.12 0.15
HSL 120º 0.25% 0.8% -
HSV(B) 120º 0.12% 0.85% -
XYZ 55.7 64.46 58.8 -
YUV 206.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 191 217 191 0.12 0 0.12 0.15 120 0.25 0.8
Hex BF D9 BF C 0 C F 78 19 50
Octal 277 331 277 14 0 14 17 170 31 120
Binary 10111111 11011001 10111111 1100 0 1100 1111 1111000 11001 1010000

Color Harmonies of #BFD9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD9BF

Black with #BFD9BF

Text Example


Text Example

White with #BFD9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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