#BDE994

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

Shades of Reef #BDE994

Tints of Reef #BDE994

Color information

#BDE994 (or 0xBDE994) is unknown color: approx Reef. HEX triplet: BD, E9 and 94. RGB value is (189,233,148). Sum of RGB (Red+Green+Blue) = 189+233+148=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE994 is #42166B. Grayscale: #D2D2D2. Windows color (decimal): -4331116 or 9759165. OLE color: 9759165.

HSL color Cylindrical-coordinate representation of color #BDE994: hue angle of 91.06º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE994 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB189233148-
CMYK0.1900.360.09
HSL91.06º65.89%74.71%-
HSV(B)91.06º36.48%91.37%-
XYZ55.4771.2338.84-
YUV210.1592.92112.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 233 (91.41% from 255) = 40.88%
BLUE value IS 148 (58.20% from 255) = 25.96%
R=33.16%
G=40.88%
B=25.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331480.1900.360.0991.0665.8974.71
HexBDE9941302495b424b
Octal2753512242304411133102113
Binary1011110111101001100101001001101001001001101101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE994; }

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

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

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

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

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

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

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

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