Html Css Color HEX #BEE2BA Surf Crest

📋 copy color: '#BEE2BA'

red 190 ◦ green 226 ◦ blue 186

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

Shades of Surf Crest #BEE2BA

Tints of Surf Crest #BEE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.54%

 BLUE value IS 186 (73.05% from 255) = 30.9%

R = 31.56%
G = 37.54%
B = 30.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#BEE2BA (or 0xBEE2BA) is known color: Surf Crest. HEX triplet: BE, E2 and BA. RGB value is (190,226,186). Sum of RGB (Red+Green+Blue) = 190+226+186=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2BA is #411D45. Grayscale: #D2D2D2. Windows color (decimal): -4267334 or 12247742. OLE color: 12247742.

HSL color Cylindrical-coordinate representation of color #BEE2BA: hue angle of 114º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE2BA is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 226 186 -
CMYK 0.16 0 0.18 0.11
HSL 114º 0.41% 0.81% -
HSV(B) 114º 0.18% 0.89% -
XYZ 57.29 68.89 56.73 -
YUV 210.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 190 226 186 0.16 0 0.18 0.11 114 0.41 0.81
Hex BE E2 BA 10 0 12 B 72 29 51
Octal 276 342 272 20 0 22 13 162 51 121
Binary 10111110 11100010 10111010 10000 0 10010 1011 1110010 101001 1010001

Color Harmonies of #BEE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2BA

Black with #BEE2BA

Text Example


Text Example

White with #BEE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2BA; }

 p { color: rgb(190,226,186); }

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

background-color css

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

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

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

border-color css

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

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

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