Html Css Color HEX #BEF696 Reef

📋 copy color: '#BEF696'

red 190 ◦ green 246 ◦ blue 150

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

Shades of Reef #BEF696

Tints of Reef #BEF696

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.98%

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

R = 32.42%
G = 41.98%
B = 25.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#BEF696 (or 0xBEF696) is known color: Reef. HEX triplet: BE, F6 and 96. RGB value is (190,246,150). Sum of RGB (Red+Green+Blue) = 190+246+150=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF696 is #410969. Grayscale: #DADADA. Windows color (decimal): -4262250 or 9893566. OLE color: 9893566.

HSL color Cylindrical-coordinate representation of color #BEF696: hue angle of 95º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEF696 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 246 150 -
CMYK 0.23 0 0.39 0.04
HSL 95º 0.84% 0.78% -
HSV(B) 95º 0.39% 0.96% -
XYZ 59.7 79.06 40.97 -
YUV 218.31 89.45 107.81 -
System Red Green Blue C M Y K H S L
Decimal 190 246 150 0.23 0 0.39 0.04 95 0.84 0.78
Hex BE F6 96 17 0 27 4 5F 54 4E
Octal 276 366 226 27 0 47 4 137 124 116
Binary 10111110 11110110 10010110 10111 0 100111 100 1011111 1010100 1001110

Color Harmonies of #BEF696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF696

Black with #BEF696

Text Example


Text Example

White with #BEF696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF696; }

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

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

background-color css

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

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

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

border-color css

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

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

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