#BDE788

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

Shades of Sulu #BDE788

Tints of Sulu #BDE788

Color information

#BDE788 (or 0xBDE788) is unknown color: approx Sulu. HEX triplet: BD, E7 and 88. RGB value is (189,231,136). Sum of RGB (Red+Green+Blue) = 189+231+136=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE788 is #421877. Grayscale: #CFCFCF. Windows color (decimal): -4331640 or 8972221. OLE color: 8972221.

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

Color convert

RGB189231136-
CMYK0.1800.410.09
HSL86.53º66.43%71.96%-
HSV(B)86.53º41.13%90.59%-
XYZ54.0169.7533.91-
YUV207.6187.59114.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 231 (90.62% from 255) = 41.55%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=33.99%
G=41.55%
B=24.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311360.1800.410.0986.5366.4371.96
HexBDE788120299574248
Octal2753472102205111127102110
Binary1011110111100111100010001001001010011001101011110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE788; }

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

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

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

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

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

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

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

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