Html Css Color HEX #BEDEC1 Sea Mist

📋 copy color: '#BEDEC1'

red 190 ◦ green 222 ◦ blue 193

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

Shades of Sea Mist #BEDEC1

Tints of Sea Mist #BEDEC1

RGB

 RED value IS 190 (74.61% from 255) = 31.4%

 GREEN value IS 222 (87.11% from 255) = 36.69%

 BLUE value IS 193 (75.78% from 255) = 31.9%

R = 31.4%
G = 36.69%
B = 31.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BEDEC1 (or 0xBEDEC1) is known color: Sea Mist. HEX triplet: BE, DE and C1. RGB value is (190,222,193). Sum of RGB (Red+Green+Blue) = 190+222+193=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC1 is #41213E. Grayscale: #D1D1D1. Windows color (decimal): -4268351 or 12705470. OLE color: 12705470.

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

Color convert

RGB 190 222 193 -
CMYK 0.14 0 0.13 0.13
HSL 125.63º 0.33% 0.81% -
HSV(B) 125.63º 0.14% 0.87% -
XYZ 56.98 67.04 60.39 -
YUV 209.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 190 222 193 0.14 0 0.13 0.13 125.63 0.33 0.81
Hex BE DE C1 E 0 D D 7E 21 51
Octal 276 336 301 16 0 15 15 176 41 121
Binary 10111110 11011110 11000001 1110 0 1101 1101 1111110 100001 1010001

Color Harmonies of #BEDEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEC1

Black with #BEDEC1

Text Example


Text Example

White with #BEDEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEC1; }

 p { color: rgb(190,222,193); }

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

background-color css

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

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

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

border-color css

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

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

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