Html Css Color HEX #BEE994 Reef

📋 copy color: '#BEE994'

red 190 ◦ green 233 ◦ blue 148

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

Shades of Reef #BEE994

Tints of Reef #BEE994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.81%

 BLUE value IS 148 (58.2% from 255) = 25.92%

R = 33.27%
G = 40.81%
B = 25.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#BEE994 (or 0xBEE994) is known color: Reef. HEX triplet: BE, E9 and 94. RGB value is (190,233,148). Sum of RGB (Red+Green+Blue) = 190+233+148=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE994 is #41166B. Grayscale: #D2D2D2. Windows color (decimal): -4265580 or 9759166. OLE color: 9759166.

HSL color Cylindrical-coordinate representation of color #BEE994: hue angle of 90.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEE994 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 233 148 -
CMYK 0.18 0 0.36 0.09
HSL 90.35º 0.66% 0.75% -
HSV(B) 90.35º 0.36% 0.91% -
XYZ 55.72 71.36 38.85 -
YUV 210.45 92.75 113.41 -
System Red Green Blue C M Y K H S L
Decimal 190 233 148 0.18 0 0.36 0.09 90.35 0.66 0.75
Hex BE E9 94 12 0 24 9 5A 42 4B
Octal 276 351 224 22 0 44 11 132 102 113
Binary 10111110 11101001 10010100 10010 0 100100 1001 1011010 1000010 1001011

Color Harmonies of #BEE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE994

Black with #BEE994

Text Example


Text Example

White with #BEE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE994; }

 p { color: rgb(190,233,148); }

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

background-color css

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

 a { background-color: rgb(190,233,148); }

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

border-color css

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

 span { border-color: rgb(190,233,148); }

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