Html Css Color HEX #BFDDBF Sea Mist

📋 copy color: '#BFDDBF'

red 191 ◦ green 221 ◦ blue 191

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

Shades of Sea Mist #BFDDBF

Tints of Sea Mist #BFDDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.65%

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

R = 31.67%
G = 36.65%
B = 31.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#BFDDBF (or 0xBFDDBF) is known color: Sea Mist. HEX triplet: BF, DD and BF. RGB value is (191,221,191). Sum of RGB (Red+Green+Blue) = 191+221+191=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDBF is #402240. Grayscale: #D0D0D0. Windows color (decimal): -4203073 or 12574143. OLE color: 12574143.

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

Color convert

RGB 191 221 191 -
CMYK 0.14 0 0.14 0.13
HSL 120º 0.31% 0.81% -
HSV(B) 120º 0.14% 0.87% -
XYZ 56.75 66.55 59.14 -
YUV 208.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 191 221 191 0.14 0 0.14 0.13 120 0.31 0.81
Hex BF DD BF E 0 E D 78 1F 51
Octal 277 335 277 16 0 16 15 170 37 121
Binary 10111111 11011101 10111111 1110 0 1110 1101 1111000 11111 1010001

Color Harmonies of #BFDDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDBF

Black with #BFDDBF

Text Example


Text Example

White with #BFDDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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