Html Css Color HEX #BEE1C0 Sea Mist

📋 copy color: '#BEE1C0'

red 190 ◦ green 225 ◦ blue 192

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

Shades of Sea Mist #BEE1C0

Tints of Sea Mist #BEE1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.07%

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

R = 31.3%
G = 37.07%
B = 31.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#BEE1C0 (or 0xBEE1C0) is known color: Sea Mist. HEX triplet: BE, E1 and C0. RGB value is (190,225,192). Sum of RGB (Red+Green+Blue) = 190+225+192=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C0 is #411E3F. Grayscale: #D2D2D2. Windows color (decimal): -4267584 or 12640702. OLE color: 12640702.

HSL color Cylindrical-coordinate representation of color #BEE1C0: hue angle of 123.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1C0 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 225 192 -
CMYK 0.16 0 0.15 0.12
HSL 123.43º 0.37% 0.81% -
HSV(B) 123.43º 0.16% 0.88% -
XYZ 57.67 68.6 60.07 -
YUV 210.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 190 225 192 0.16 0 0.15 0.12 123.43 0.37 0.81
Hex BE E1 C0 10 0 F C 7B 25 51
Octal 276 341 300 20 0 17 14 173 45 121
Binary 10111110 11100001 11000000 10000 0 1111 1100 1111011 100101 1010001

Color Harmonies of #BEE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1C0

Black with #BEE1C0

Text Example


Text Example

White with #BEE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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