#BDE895

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

Shades of Reef #BDE895

Tints of Reef #BDE895

Color information

#BDE895 (or 0xBDE895) is unknown color: approx Reef. HEX triplet: BD, E8 and 95. RGB value is (189,232,149). Sum of RGB (Red+Green+Blue) = 189+232+149=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE895 is #42176A. Grayscale: #D1D1D1. Windows color (decimal): -4331371 or 9824445. OLE color: 9824445.

HSL color Cylindrical-coordinate representation of color #BDE895: hue angle of 91.08º degrees, saturation: 0.64, 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 #BDE895 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB189232149-
CMYK0.1900.360.09
HSL91.08º64.34%74.71%-
HSV(B)91.08º35.78%90.98%-
XYZ55.2770.739.17-
YUV209.6893.75113.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 232 (91.02% from 255) = 40.70%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=33.16%
G=40.70%
B=26.14%

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
Decimal1892321490.1900.360.0991.0864.3474.71
HexBDE8951302495b404b
Octal2753502252304411133100113
Binary1011110111101000100101011001101001001001101101110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE895; }

 p { color: rgb(189,232,149); }

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

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

 a { background-color: rgb(189,232,149); }

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

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

 span { border-color: rgb(189,232,149); }

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