#BDF386

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

Shades of Sulu #BDF386

Tints of Sulu #BDF386

Color information

#BDF386 (or 0xBDF386) is unknown color: approx Sulu. HEX triplet: BD, F3 and 86. RGB value is (189,243,134). Sum of RGB (Red+Green+Blue) = 189+243+134=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF386 is #420C79. Grayscale: #D6D6D6. Windows color (decimal): -4328570 or 8844221. OLE color: 8844221.

HSL color Cylindrical-coordinate representation of color #BDF386: hue angle of 89.72º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF386 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB189243134-
CMYK0.2200.450.05
HSL89.72º81.95%73.92%-
HSV(B)89.72º44.86%95.29%-
XYZ57.3476.6434.33-
YUV214.4382.61109.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 243 (95.31% from 255) = 42.93%
BLUE value IS 134 (52.73% from 255) = 23.67%
R=33.39%
G=42.93%
B=23.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431340.2200.450.0589.7281.9573.92
HexBDF3861602D55a524a
Octal275363206260555132122112
Binary101111011111001110000110101100101101101101101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF386; }

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

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

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

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

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

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

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

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