#BDE785

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

Shades of Sulu #BDE785

Tints of Sulu #BDE785

Color information

#BDE785 (or 0xBDE785) is unknown color: approx Sulu. HEX triplet: BD, E7 and 85. RGB value is (189,231,133). Sum of RGB (Red+Green+Blue) = 189+231+133=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE785 is #42187A. Grayscale: #CFCFCF. Windows color (decimal): -4331643 or 8775613. OLE color: 8775613.

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

Color convert

RGB189231133-
CMYK0.1800.420.09
HSL85.71º67.12%71.37%-
HSV(B)85.71º42.42%90.59%-
XYZ53.869.6632.8-
YUV207.2786.09114.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 231 (90.62% from 255) = 41.77%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=34.18%
G=41.77%
B=24.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311330.1800.420.0985.7167.1271.37
HexBDE7851202A9564347
Octal2753472052205211126103107
Binary1011110111100111100001011001001010101001101011010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE785; }

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

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

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

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

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

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

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

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