Html Css Color HEX #BEE8BA Surf Crest

📋 copy color: '#BEE8BA'

red 190 ◦ green 232 ◦ blue 186

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

Shades of Surf Crest #BEE8BA

Tints of Surf Crest #BEE8BA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.16%

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

R = 31.25%
G = 38.16%
B = 30.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#BEE8BA (or 0xBEE8BA) is known color: Surf Crest. HEX triplet: BE, E8 and BA. RGB value is (190,232,186). Sum of RGB (Red+Green+Blue) = 190+232+186=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8BA is #411745. Grayscale: #D6D6D6. Windows color (decimal): -4265798 or 12249278. OLE color: 12249278.

HSL color Cylindrical-coordinate representation of color #BEE8BA: hue angle of 114.78º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE8BA is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 232 186 -
CMYK 0.18 0 0.20 0.09
HSL 114.78º 0.5% 0.82% -
HSV(B) 114.78º 0.2% 0.91% -
XYZ 58.95 72.21 57.28 -
YUV 214.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 190 232 186 0.18 0 0.20 0.09 114.78 0.5 0.82
Hex BE E8 BA 12 0 14 9 73 32 52
Octal 276 350 272 22 0 24 11 163 62 122
Binary 10111110 11101000 10111010 10010 0 10100 1001 1110011 110010 1010010

Color Harmonies of #BEE8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE8BA

Black with #BEE8BA

Text Example


Text Example

White with #BEE8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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