Html Css Color HEX #BED6C1 Sea Mist

📋 copy color: '#BED6C1'

red 190 ◦ green 214 ◦ blue 193

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

Shades of Sea Mist #BED6C1

Tints of Sea Mist #BED6C1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.85%

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

R = 31.83%
G = 35.85%
B = 32.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#BED6C1 (or 0xBED6C1) is known color: Sea Mist. HEX triplet: BE, D6 and C1. RGB value is (190,214,193). Sum of RGB (Red+Green+Blue) = 190+214+193=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6C1 is #41293E. Grayscale: #CCCCCC. Windows color (decimal): -4270399 or 12703422. OLE color: 12703422.

HSL color Cylindrical-coordinate representation of color #BED6C1: hue angle of 127.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED6C1 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 193 -
CMYK 0.11 0 0.10 0.16
HSL 127.5º 0.23% 0.79% -
HSV(B) 127.5º 0.11% 0.84% -
XYZ 54.91 62.89 59.7 -
YUV 204.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 190 214 193 0.11 0 0.10 0.16 127.5 0.23 0.79
Hex BE D6 C1 B 0 A 10 80 17 4F
Octal 276 326 301 13 0 12 20 200 27 117
Binary 10111110 11010110 11000001 1011 0 1010 10000 10000000 10111 1001111

Color Harmonies of #BED6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6C1

Black with #BED6C1

Text Example


Text Example

White with #BED6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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