Html Css Color HEX #BFDDC2 Sea Mist

📋 copy color: '#BFDDC2'

red 191 ◦ green 221 ◦ blue 194

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

Shades of Sea Mist #BFDDC2

Tints of Sea Mist #BFDDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.47%

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 31.52%
G = 36.47%
B = 32.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#BFDDC2 (or 0xBFDDC2) is known color: Sea Mist. HEX triplet: BF, DD and C2. RGB value is (191,221,194). Sum of RGB (Red+Green+Blue) = 191+221+194=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC2 is #40223D. Grayscale: #D1D1D1. Windows color (decimal): -4203070 or 12770751. OLE color: 12770751.

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

Color convert

RGB 191 221 194 -
CMYK 0.14 0 0.12 0.13
HSL 126º 0.31% 0.81% -
HSV(B) 126º 0.14% 0.87% -
XYZ 57.08 66.68 60.9 -
YUV 208.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 191 221 194 0.14 0 0.12 0.13 126 0.31 0.81
Hex BF DD C2 E 0 C D 7E 1F 51
Octal 277 335 302 16 0 14 15 176 37 121
Binary 10111111 11011101 11000010 1110 0 1100 1101 1111110 11111 1010001

Color Harmonies of #BFDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDC2

Black with #BFDDC2

Text Example


Text Example

White with #BFDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDC2; }

 p { color: rgb(191,221,194); }

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

background-color css

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

 a { background-color: rgb(191,221,194); }

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

border-color css

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

 span { border-color: rgb(191,221,194); }

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