Html Css Color HEX #BEF996 Reef

📋 copy color: '#BEF996'

red 190 ◦ green 249 ◦ blue 150

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

Shades of Reef #BEF996

Tints of Reef #BEF996

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.28%

 BLUE value IS 150 (58.98% from 255) = 25.47%

R = 32.26%
G = 42.28%
B = 25.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#BEF996 (or 0xBEF996) is known color: Reef. HEX triplet: BE, F9 and 96. RGB value is (190,249,150). Sum of RGB (Red+Green+Blue) = 190+249+150=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF996 is #410669. Grayscale: #DCDCDC. Windows color (decimal): -4261482 or 9894334. OLE color: 9894334.

HSL color Cylindrical-coordinate representation of color #BEF996: hue angle of 95.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF996 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 249 150 -
CMYK 0.24 0 0.40 0.02
HSL 95.76º 0.89% 0.78% -
HSV(B) 95.76º 0.4% 0.98% -
XYZ 60.62 80.9 41.27 -
YUV 220.07 88.45 106.55 -
System Red Green Blue C M Y K H S L
Decimal 190 249 150 0.24 0 0.40 0.02 95.76 0.89 0.78
Hex BE F9 96 18 0 28 2 60 59 4E
Octal 276 371 226 30 0 50 2 140 131 116
Binary 10111110 11111001 10010110 11000 0 101000 10 1100000 1011001 1001110

Color Harmonies of #BEF996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF996

Black with #BEF996

Text Example


Text Example

White with #BEF996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF996; }

 p { color: rgb(190,249,150); }

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

background-color css

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

 a { background-color: rgb(190,249,150); }

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

border-color css

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

 span { border-color: rgb(190,249,150); }

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