#BDF794

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

Shades of Reef #BDF794

Tints of Reef #BDF794

Color information

#BDF794 (or 0xBDF794) is unknown color: approx Reef. HEX triplet: BD, F7 and 94. RGB value is (189,247,148). Sum of RGB (Red+Green+Blue) = 189+247+148=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF794 is #42086B. Grayscale: #DADADA. Windows color (decimal): -4327532 or 9762749. OLE color: 9762749.

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

Color convert

RGB189247148-
CMYK0.2300.400.03
HSL95.15º86.09%77.45%-
HSV(B)95.15º40.08%96.86%-
XYZ59.5979.4840.22-
YUV218.3788.28107.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 247 (96.88% from 255) = 42.29%
BLUE value IS 148 (58.20% from 255) = 25.34%
R=32.36%
G=42.29%
B=25.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471480.2300.400.0395.1586.0977.45
HexBDF7941702835f564d
Octal275367224270503137126115
Binary10111101111101111001010010111010100011101111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF794; }

 p { color: rgb(189,247,148); }

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

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

 a { background-color: rgb(189,247,148); }

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

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

 span { border-color: rgb(189,247,148); }

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