#BFDDC2

Color #BFDDC2 Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #BFDDC2

Tints of Sea Mist #BFDDC2

Color information

#BFDDC2 (or 0xBFDDC2) is unknown color: approx 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

RGB191221194-
CMYK0.1400.120.13
HSL126º30.61%80.78%-
HSV(B)126º13.57%86.67%-
XYZ57.0866.6860.9-
YUV208.95119.56115.2-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211940.1400.120.1312630.6180.78
HexBFDDC2E0CD7e1f51
Octal277335302160141517637121
Binary10111111110111011100001011100110011011111110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>