#BDF786

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

Shades of Sulu #BDF786

Tints of Sulu #BDF786

Color information

#BDF786 (or 0xBDF786) is unknown color: approx Sulu. HEX triplet: BD, F7 and 86. RGB value is (189,247,134). Sum of RGB (Red+Green+Blue) = 189+247+134=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF786 is #420879. Grayscale: #D9D9D9. Windows color (decimal): -4327546 or 8845245. OLE color: 8845245.

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

Color convert

RGB189247134-
CMYK0.2300.460.03
HSL90.8º87.6%74.71%-
HSV(B)90.8º45.75%96.86%-
XYZ58.5579.0634.73-
YUV216.7881.28108.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 247 (96.88% from 255) = 43.33%
BLUE value IS 134 (52.73% from 255) = 23.51%
R=33.16%
G=43.33%
B=23.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471340.2300.460.0390.887.674.71
HexBDF7861702E35b584b
Octal275367206270563133130113
Binary10111101111101111000011010111010111011101101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF786; }

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

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

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

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

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

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

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

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