#BDF788

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

Shades of Sulu #BDF788

Tints of Sulu #BDF788

Color information

#BDF788 (or 0xBDF788) is unknown color: approx Sulu. HEX triplet: BD, F7 and 88. RGB value is (189,247,136). Sum of RGB (Red+Green+Blue) = 189+247+136=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF788 is #420877. Grayscale: #D9D9D9. Windows color (decimal): -4327544 or 8976317. OLE color: 8976317.

HSL color Cylindrical-coordinate representation of color #BDF788: hue angle of 91.35º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF788 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB189247136-
CMYK0.2300.450.03
HSL91.35º87.4%75.1%-
HSV(B)91.35º44.94%96.86%-
XYZ58.6979.1235.47-
YUV21782.28108.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 247 (96.88% from 255) = 43.18%
BLUE value IS 136 (53.52% from 255) = 23.78%
R=33.04%
G=43.18%
B=23.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471360.2300.450.0391.3587.475.1
HexBDF7881702D35b574b
Octal275367210270553133127113
Binary10111101111101111000100010111010110111101101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF788; }

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

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

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

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

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

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

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

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