Html Css Color HEX #BFD6C0 Sea Mist

📋 copy color: '#BFD6C0'

red 191 ◦ green 214 ◦ blue 192

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

Shades of Sea Mist #BFD6C0

Tints of Sea Mist #BFD6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.85%

 BLUE value IS 192 (75.39% from 255) = 32.16%

R = 31.99%
G = 35.85%
B = 32.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#BFD6C0 (or 0xBFD6C0) is known color: Sea Mist. HEX triplet: BF, D6 and C0. RGB value is (191,214,192). Sum of RGB (Red+Green+Blue) = 191+214+192=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6C0 is #40293F. Grayscale: #CCCCCC. Windows color (decimal): -4204864 or 12637887. OLE color: 12637887.

HSL color Cylindrical-coordinate representation of color #BFD6C0: hue angle of 122.61º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD6C0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 192 -
CMYK 0.11 0 0.10 0.16
HSL 122.61º 0.22% 0.79% -
HSV(B) 122.61º 0.11% 0.84% -
XYZ 55.05 62.98 59.12 -
YUV 204.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 191 214 192 0.11 0 0.10 0.16 122.61 0.22 0.79
Hex BF D6 C0 B 0 A 10 7B 16 4F
Octal 277 326 300 13 0 12 20 173 26 117
Binary 10111111 11010110 11000000 1011 0 1010 10000 1111011 10110 1001111

Color Harmonies of #BFD6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD6C0

Black with #BFD6C0

Text Example


Text Example

White with #BFD6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD6C0; }

 p { color: rgb(191,214,192); }

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

background-color css

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

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

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

border-color css

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

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

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