Html Css Color HEX #BFDCBE Sea Mist

📋 copy color: '#BFDCBE'

red 191 ◦ green 220 ◦ blue 190

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

Shades of Sea Mist #BFDCBE

Tints of Sea Mist #BFDCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.61%

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

R = 31.78%
G = 36.61%
B = 31.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#BFDCBE (or 0xBFDCBE) is known color: Sea Mist. HEX triplet: BF, DC and BE. RGB value is (191,220,190). Sum of RGB (Red+Green+Blue) = 191+220+190=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCBE is #402341. Grayscale: #CFCFCF. Windows color (decimal): -4203330 or 12508351. OLE color: 12508351.

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

Color convert

RGB 191 220 190 -
CMYK 0.13 0 0.14 0.14
HSL 118º 0.3% 0.8% -
HSV(B) 118º 0.14% 0.86% -
XYZ 56.37 65.98 58.48 -
YUV 207.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 191 220 190 0.13 0 0.14 0.14 118 0.3 0.8
Hex BF DC BE D 0 E E 76 1E 50
Octal 277 334 276 15 0 16 16 166 36 120
Binary 10111111 11011100 10111110 1101 0 1110 1110 1110110 11110 1010000

Color Harmonies of #BFDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCBE

Black with #BFDCBE

Text Example


Text Example

White with #BFDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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