Html Css Color HEX #BFDFC1 Sea Mist

📋 copy color: '#BFDFC1'

red 191 ◦ green 223 ◦ blue 193

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

Shades of Sea Mist #BFDFC1

Tints of Sea Mist #BFDFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.8%

R = 31.47%
G = 36.74%
B = 31.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BFDFC1 (or 0xBFDFC1) is known color: Sea Mist. HEX triplet: BF, DF and C1. RGB value is (191,223,193). Sum of RGB (Red+Green+Blue) = 191+223+193=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC1 is #40203E. Grayscale: #D2D2D2. Windows color (decimal): -4202559 or 12705727. OLE color: 12705727.

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

Color convert

RGB 191 223 193 -
CMYK 0.14 0 0.13 0.13
HSL 123.75º 0.33% 0.81% -
HSV(B) 123.75º 0.14% 0.87% -
XYZ 57.5 67.7 60.49 -
YUV 210.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 191 223 193 0.14 0 0.13 0.13 123.75 0.33 0.81
Hex BF DF C1 E 0 D D 7C 21 51
Octal 277 337 301 16 0 15 15 174 41 121
Binary 10111111 11011111 11000001 1110 0 1101 1101 1111100 100001 1010001

Color Harmonies of #BFDFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFC1

Black with #BFDFC1

Text Example


Text Example

White with #BFDFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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