Html Css Color HEX #BEDAC0 Sea Mist

📋 copy color: '#BEDAC0'

red 190 ◦ green 218 ◦ blue 192

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

Shades of Sea Mist #BEDAC0

Tints of Sea Mist #BEDAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.33%

 BLUE value IS 192 (75.39% from 255) = 32%

R = 31.67%
G = 36.33%
B = 32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BEDAC0 (or 0xBEDAC0) is known color: Sea Mist. HEX triplet: BE, DA and C0. RGB value is (190,218,192). Sum of RGB (Red+Green+Blue) = 190+218+192=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAC0 is #41253F. Grayscale: #CECECE. Windows color (decimal): -4269376 or 12638910. OLE color: 12638910.

HSL color Cylindrical-coordinate representation of color #BEDAC0: hue angle of 124.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEDAC0 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 192 -
CMYK 0.13 0 0.12 0.15
HSL 124.29º 0.27% 0.8% -
HSV(B) 124.29º 0.13% 0.85% -
XYZ 55.82 64.9 59.45 -
YUV 206.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 190 218 192 0.13 0 0.12 0.15 124.29 0.27 0.8
Hex BE DA C0 D 0 C F 7C 1B 50
Octal 276 332 300 15 0 14 17 174 33 120
Binary 10111110 11011010 11000000 1101 0 1100 1111 1111100 11011 1010000

Color Harmonies of #BEDAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDAC0

Black with #BEDAC0

Text Example


Text Example

White with #BEDAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDAC0; }

 p { color: rgb(190,218,192); }

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

background-color css

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

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

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

border-color css

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

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

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