Html Css Color HEX #BFD2C1 Sea Mist

📋 copy color: '#BFD2C1'

red 191 ◦ green 210 ◦ blue 193

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

Shades of Sea Mist #BFD2C1

Tints of Sea Mist #BFD2C1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.35%

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

R = 32.15%
G = 35.35%
B = 32.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#BFD2C1 (or 0xBFD2C1) is known color: Sea Mist. HEX triplet: BF, D2 and C1. RGB value is (191,210,193). Sum of RGB (Red+Green+Blue) = 191+210+193=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2C1 is #402D3E. Grayscale: #CACACA. Windows color (decimal): -4205887 or 12702399. OLE color: 12702399.

HSL color Cylindrical-coordinate representation of color #BFD2C1: hue angle of 126.32º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2C1 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 193 -
CMYK 0.09 0 0.08 0.18
HSL 126.32º 0.17% 0.79% -
HSV(B) 126.32º 0.09% 0.82% -
XYZ 54.16 61.02 59.38 -
YUV 202.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 191 210 193 0.09 0 0.08 0.18 126.32 0.17 0.79
Hex BF D2 C1 9 0 8 12 7E 11 4F
Octal 277 322 301 11 0 10 22 176 21 117
Binary 10111111 11010010 11000001 1001 0 1000 10010 1111110 10001 1001111

Color Harmonies of #BFD2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2C1

Black with #BFD2C1

Text Example


Text Example

White with #BFD2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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