#BEDBBF

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

Shades of Sea Mist #BEDBBF

Tints of Sea Mist #BEDBBF

Color information

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

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

Color convert

RGB190219191-
CMYK0.1300.130.14
HSL122.07º28.71%80.2%-
HSV(B)122.07º13.24%85.88%-
XYZ55.9765.3758.96-
YUV207.14118.89115.78-

RGB Variations

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

RGB

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

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
Decimal1902191910.1300.130.14122.0728.7180.2
HexBEDBBFD0DE7a1d50
Octal276333277150151617235120
Binary10111110110110111011111111010110111101111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBBF; }

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

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

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

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

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

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

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

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