#BDE497

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

Shades of Reef #BDE497

Tints of Reef #BDE497

Color information

#BDE497 (or 0xBDE497) is unknown color: approx Reef. HEX triplet: BD, E4 and 97. RGB value is (189,228,151). Sum of RGB (Red+Green+Blue) = 189+228+151=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE497 is #421B68. Grayscale: #CFCFCF. Windows color (decimal): -4332393 or 9954493. OLE color: 9954493.

HSL color Cylindrical-coordinate representation of color #BDE497: hue angle of 90.39º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDE497 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB189228151-
CMYK0.1700.340.11
HSL90.39º58.78%74.31%-
HSV(B)90.39º33.77%89.41%-
XYZ54.3268.5439.64-
YUV207.5696.08114.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 228 (89.45% from 255) = 40.14%
BLUE value IS 151 (59.38% from 255) = 26.58%
R=33.27%
G=40.14%
B=26.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281510.1700.340.1190.3958.7874.31
HexBDE49711022B5a3b4a
Octal275344227210421313273112
Binary101111011110010010010111100010100010101110110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE497; }

 p { color: rgb(189,228,151); }

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

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

 a { background-color: rgb(189,228,151); }

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

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

 span { border-color: rgb(189,228,151); }

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