#BEFD96

Color #BEFD96 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #BEFD96

Tints of Reef #BEFD96

Color information

#BEFD96 (or 0xBEFD96) is unknown color: approx Reef. HEX triplet: BE, FD and 96. RGB value is (190,253,150). Sum of RGB (Red+Green+Blue) = 190+253+150=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFD96 is #410269. Grayscale: #DEDEDE. Windows color (decimal): -4260458 or 9895358. OLE color: 9895358.

HSL color Cylindrical-coordinate representation of color #BEFD96: hue angle of 96.7º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEFD96 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB190253150-
CMYK0.2500.410.01
HSL96.7º96.26%79.02%-
HSV(B)96.7º40.71%99.22%-
XYZ61.8783.441.69-
YUV222.4287.13104.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 150 (58.98% from 255) = 25.30%
R=32.04%
G=42.66%
B=25.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531500.2500.410.0196.796.2679.02
HexBEFD9619029161604f
Octal276375226310511141140117
Binary1011111011111101100101101100101010011110000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFD96; }

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

 H1.HeaderClassName
 {
   color: #BEFD96;
 }
 .AnyTagClassName
 {
   color: #BEFD96;
 }
</style>
background-color css

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

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

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

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

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

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