#BDE796

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

Shades of Reef #BDE796

Tints of Reef #BDE796

Color information

#BDE796 (or 0xBDE796) is unknown color: approx Reef. HEX triplet: BD, E7 and 96. RGB value is (189,231,150). Sum of RGB (Red+Green+Blue) = 189+231+150=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE796 is #421869. Grayscale: #D1D1D1. Windows color (decimal): -4331626 or 9889725. OLE color: 9889725.

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

Color convert

RGB189231150-
CMYK0.1800.350.09
HSL91.11º62.79%74.71%-
HSV(B)91.11º35.06%90.59%-
XYZ55.0770.1739.5-
YUV209.2194.59113.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 231 (90.62% from 255) = 40.53%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=33.16%
G=40.53%
B=26.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311500.1800.350.0991.1162.7974.71
HexBDE7961202395b3f4b
Octal275347226220431113377113
Binary101111011110011110010110100100100011100110110111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE796; }

 p { color: rgb(189,231,150); }

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

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

 a { background-color: rgb(189,231,150); }

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

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

 span { border-color: rgb(189,231,150); }

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