Html Css Color HEX #BFDDBE Sea Mist

📋 copy color: '#BFDDBE'

red 191 ◦ green 221 ◦ blue 190

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

Shades of Sea Mist #BFDDBE

Tints of Sea Mist #BFDDBE

RGB

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

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

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

R = 31.73%
G = 36.71%
B = 31.56%

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

#BFDDBE (or 0xBFDDBE) is known color: Sea Mist. HEX triplet: BF, DD and BE. RGB value is (191,221,190). Sum of RGB (Red+Green+Blue) = 191+221+190=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDBE is #402241. Grayscale: #D0D0D0. Windows color (decimal): -4203074 or 12508607. OLE color: 12508607.

HSL color Cylindrical-coordinate representation of color #BFDDBE: hue angle of 118.06º 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 #BFDDBE is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 190 -
CMYK 0.14 0 0.14 0.13
HSL 118.06º 0.31% 0.81% -
HSV(B) 118.06º 0.14% 0.87% -
XYZ 56.64 66.51 58.57 -
YUV 208.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 191 221 190 0.14 0 0.14 0.13 118.06 0.31 0.81
Hex BF DD BE E 0 E D 76 1F 51
Octal 277 335 276 16 0 16 15 166 37 121
Binary 10111111 11011101 10111110 1110 0 1110 1101 1110110 11111 1010001

Color Harmonies of #BFDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDBE

Black with #BFDDBE

Text Example


Text Example

White with #BFDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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