#BEDBBE

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

Shades of Sea Mist #BEDBBE

Tints of Sea Mist #BEDBBE

Color information

#BEDBBE (or 0xBEDBBE) is unknown color: approx Sea Mist. HEX triplet: BE, DB and BE. RGB value is (190,219,190). Sum of RGB (Red+Green+Blue) = 190+219+190=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBBE is #412441. Grayscale: #CFCFCF. Windows color (decimal): -4269122 or 12508094. OLE color: 12508094.

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

Color convert

RGB190219190-
CMYK0.1300.130.14
HSL120º28.71%80.2%-
HSV(B)120º13.24%85.88%-
XYZ55.8665.3358.38-
YUV207.02118.39115.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=31.72%
G=36.56%
B=31.72%

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
Decimal1902191900.1300.130.1412028.7180.2
HexBEDBBED0DE781d50
Octal276333276150151617035120
Binary10111110110110111011111011010110111101111000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBBE; }

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

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

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

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

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

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

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

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