#BDE696

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

Shades of Reef #BDE696

Tints of Reef #BDE696

Color information

#BDE696 (or 0xBDE696) is unknown color: approx Reef. HEX triplet: BD, E6 and 96. RGB value is (189,230,150). Sum of RGB (Red+Green+Blue) = 189+230+150=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE696 is #421969. Grayscale: #D0D0D0. Windows color (decimal): -4331882 or 9889469. OLE color: 9889469.

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

Color convert

RGB189230150-
CMYK0.1800.350.10
HSL90.75º61.54%74.51%-
HSV(B)90.75º34.78%90.2%-
XYZ54.7969.6139.4-
YUV208.6294.92114-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 230 (90.23% from 255) = 40.42%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=33.22%
G=40.42%
B=26.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301500.1800.350.1090.7561.5474.51
HexBDE69612023A5b3e4b
Octal275346226220431213376113
Binary101111011110011010010110100100100011101010110111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE696; }

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

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

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

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

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

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

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

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