Html Css Color HEX #BEF894 Reef

📋 copy color: '#BEF894'

red 190 ◦ green 248 ◦ blue 148

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

Shades of Reef #BEF894

Tints of Reef #BEF894

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.32%

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

R = 32.42%
G = 42.32%
B = 25.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#BEF894 (or 0xBEF894) is known color: Reef. HEX triplet: BE, F8 and 94. RGB value is (190,248,148). Sum of RGB (Red+Green+Blue) = 190+248+148=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF894 is #41076B. Grayscale: #DBDBDB. Windows color (decimal): -4261740 or 9763006. OLE color: 9763006.

HSL color Cylindrical-coordinate representation of color #BEF894: hue angle of 94.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF894 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 248 148 -
CMYK 0.23 0 0.40 0.03
HSL 94.8º 0.88% 0.78% -
HSV(B) 94.8º 0.4% 0.97% -
XYZ 60.15 80.22 40.33 -
YUV 219.26 87.78 107.13 -
System Red Green Blue C M Y K H S L
Decimal 190 248 148 0.23 0 0.40 0.03 94.8 0.88 0.78
Hex BE F8 94 17 0 28 3 5F 58 4E
Octal 276 370 224 27 0 50 3 137 130 116
Binary 10111110 11111000 10010100 10111 0 101000 11 1011111 1011000 1001110

Color Harmonies of #BEF894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF894

Black with #BEF894

Text Example


Text Example

White with #BEF894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF894; }

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

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

background-color css

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

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

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

border-color css

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

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

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