#BFDBBE

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

Shades of Sea Mist #BFDBBE

Tints of Sea Mist #BFDBBE

Color information

#BFDBBE (or 0xBFDBBE) is unknown color: approx Sea Mist. HEX triplet: BF, DB and BE. RGB value is (191,219,190). Sum of RGB (Red+Green+Blue) = 191+219+190=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBBE is #402441. Grayscale: #CFCFCF. Windows color (decimal): -4203586 or 12508095. OLE color: 12508095.

HSL color Cylindrical-coordinate representation of color #BFDBBE: hue angle of 117.93º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDBBE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB191219190-
CMYK0.1300.130.14
HSL117.93º28.71%80.2%-
HSV(B)117.93º13.24%85.88%-
XYZ56.1165.4658.39-
YUV207.32118.22116.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=31.83%
G=36.5%
B=31.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912191900.1300.130.14117.9328.7180.2
HexBFDBBED0DE761d50
Octal277333276150151616635120
Binary10111111110110111011111011010110111101110110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDBBE; }

 p { color: rgb(191,219,190); }

 H1.HeaderClassName
 {
   color: #BFDBBE;
 }
 .AnyTagClassName
 {
   color: #BFDBBE;
 }
</style>
background-color css

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

 a { background-color: rgb(191,219,190); }

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

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

 span { border-color: rgb(191,219,190); }

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