Html Css Color HEX #BFDFC0 Sea Mist

📋 copy color: '#BFDFC0'

red 191 ◦ green 223 ◦ blue 192

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

Shades of Sea Mist #BFDFC0

Tints of Sea Mist #BFDFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.8%

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

R = 31.52%
G = 36.8%
B = 31.68%

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

#BFDFC0 (or 0xBFDFC0) is known color: Sea Mist. HEX triplet: BF, DF and C0. RGB value is (191,223,192). Sum of RGB (Red+Green+Blue) = 191+223+192=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC0 is #40203F. Grayscale: #D1D1D1. Windows color (decimal): -4202560 or 12640191. OLE color: 12640191.

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

Color convert

RGB 191 223 192 -
CMYK 0.14 0 0.14 0.13
HSL 121.88º 0.33% 0.81% -
HSV(B) 121.88º 0.14% 0.87% -
XYZ 57.39 67.66 59.9 -
YUV 209.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 191 223 192 0.14 0 0.14 0.13 121.88 0.33 0.81
Hex BF DF C0 E 0 E D 7A 21 51
Octal 277 337 300 16 0 16 15 172 41 121
Binary 10111111 11011111 11000000 1110 0 1110 1101 1111010 100001 1010001

Color Harmonies of #BFDFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFC0

Black with #BFDFC0

Text Example


Text Example

White with #BFDFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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